#68CBB6

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

Shades of Downy #68CBB6

Tints of Downy #68CBB6

Color information

#68CBB6 (or 0x68CBB6) is unknown color: approx Downy. HEX triplet: 68, CB and B6. RGB value is (104,203,182). Sum of RGB (Red+Green+Blue) = 104+203+182=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBB6 is #973449. Grayscale: #AAAAAA. Windows color (decimal): -9909322 or 11979624. OLE color: 11979624.

HSL color Cylindrical-coordinate representation of color #68CBB6: hue angle of 167.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBB6 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB104203182-
CMYK0.4900.100.20
HSL167.27º48.77%60.2%-
HSV(B)167.27º48.77%79.61%-
XYZ35.5149.0351.85-
YUV171134.280.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=21.27%
G=41.51%
B=37.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031820.4900.100.20167.2748.7760.2
Hex68CBB6310A14a7313c
Octal15031326661012242476174
Binary11010001100101110110110110001010101010010100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,182); }

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

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

 a { background-color: rgb(104,203,182); }

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

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

 span { border-color: rgb(104,203,182); }

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