#68D9CB

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

Shades of Downy #68D9CB

Tints of Downy #68D9CB

Color information

#68D9CB (or 0x68D9CB) is unknown color: approx Downy. HEX triplet: 68, D9 and CB. RGB value is (104,217,203). Sum of RGB (Red+Green+Blue) = 104+217+203=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9CB is #972634. Grayscale: #B5B5B5. Windows color (decimal): -9905717 or 13359464. OLE color: 13359464.

HSL color Cylindrical-coordinate representation of color #68D9CB: hue angle of 172.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9CB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB104217203-
CMYK0.5200.060.15
HSL172.57º59.79%62.94%-
HSV(B)172.57º52.07%85.1%-
XYZ41.356.8865.3-
YUV181.62140.0672.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=19.85%
G=41.41%
B=38.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042172030.5200.060.15172.5759.7962.94
Hex68D9CB3406Fad3c3f
Octal1503313136406172557477
Binary110100011011001110010111101000110111110101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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