#68CABA

Color #68CABA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #68CABA

Tints of Downy #68CABA

Color information

#68CABA (or 0x68CABA) is unknown color: approx Downy. HEX triplet: 68, CA and BA. RGB value is (104,202,186). Sum of RGB (Red+Green+Blue) = 104+202+186=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #68CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CABA is #973545. Grayscale: #AAAAAA. Windows color (decimal): -9909574 or 12241512. OLE color: 12241512.

HSL color Cylindrical-coordinate representation of color #68CABA: hue angle of 170.2º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CABA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB104202186-
CMYK0.4900.080.21
HSL170.2º48.04%60%-
HSV(B)170.2º48.51%79.22%-
XYZ35.6948.7353.98-
YUV170.87136.5380.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=21.14%
G=41.06%
B=37.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042021860.4900.080.21170.248.0460
Hex68CABA310815aa303c
Octal15031227261010252526074
Binary11010001100101010111010110001010001010110101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CABA; }

 p { color: rgb(104,202,186); }

 H1.HeaderClassName
 {
   color: #68CABA;
 }
 .AnyTagClassName
 {
   color: #68CABA;
 }
</style>
background-color css

<style>
 a { background-color: #68CABA; }

 a { background-color: rgb(104,202,186); }

 div.DivClassName
 {
   background-color: #68CABA;
 }
 .BgClassName
 {
   background-color: #68CABA;
 }
</style>
border-color css

<style>
 span { border-color: #68CABA; }

 span { border-color: rgb(104,202,186); }

 td.TdClassName
 {
   border-color: #68CABA;
 }
 .TagClassName
 {
   border-color: #68CABA;
 }
</style>