#68E4CF

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

Shades of Downy #68E4CF

Tints of Downy #68E4CF

Color information

#68E4CF (or 0x68E4CF) is unknown color: approx Downy. HEX triplet: 68, E4 and CF. RGB value is (104,228,207). Sum of RGB (Red+Green+Blue) = 104+228+207=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4CF is #971B30. Grayscale: #BCBCBC. Windows color (decimal): -9902897 or 13624424. OLE color: 13624424.

HSL color Cylindrical-coordinate representation of color #68E4CF: hue angle of 169.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4CF is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB104228207-
CMYK0.5400.090.11
HSL169.84º69.66%65.1%-
HSV(B)169.84º54.39%89.41%-
XYZ44.7162.9368.82-
YUV188.53138.4267.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=19.29%
G=42.30%
B=38.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1042282070.5400.090.11169.8469.6665.1
Hex68E4CF3609Baa4641
Octal1503443176601113252106101
Binary110100011100100110011111101100100110111010101010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,228,207); }

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

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

 a { background-color: rgb(104,228,207); }

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

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

 span { border-color: rgb(104,228,207); }

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