#68e8cf

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

Shades of Downy #68E8CF

Tints of Downy #68E8CF

Color information

#68E8CF (or 0x68E8CF) is unknown color: approx Downy. HEX triplet: 68, E8 and CF. RGB value is (104,232,207). Sum of RGB (Red+Green+Blue) = 104+232+207=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8CF is #971730. Grayscale: #BEBEBE. Windows color (decimal): -9901873 or 13625448. OLE color: 13625448.

HSL color Cylindrical-coordinate representation of color #68E8CF: hue angle of 168.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8CF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB104232207-
CMYK0.5500.110.09
HSL168.28º73.56%65.88%-
HSV(B)168.28º55.17%90.98%-
XYZ45.8365.1669.19-
YUV190.88137.0966.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.15%
GREEN value IS 232 (91.02% from 255) = 42.73%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=19.15%
G=42.73%
B=38.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042322070.5500.110.09168.2873.5665.88
Hex68E8CF370B9a84a42
Octal1503503176701311250112102
Binary110100011101000110011111101110101110011010100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e8cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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