#68EABD

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

Shades of Downy #68EABD

Tints of Downy #68EABD

Color information

#68EABD (or 0x68EABD) is unknown color: approx Downy. HEX triplet: 68, EA and BD. RGB value is (104,234,189). Sum of RGB (Red+Green+Blue) = 104+234+189=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #68EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EABD is #971542. Grayscale: #BEBEBE. Windows color (decimal): -9901379 or 12446312. OLE color: 12446312.

HSL color Cylindrical-coordinate representation of color #68EABD: hue angle of 159.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EABD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB104234189-
CMYK0.5600.190.08
HSL159.23º75.58%66.27%-
HSV(B)159.23º55.56%91.76%-
XYZ44.3265.4658.44-
YUV190127.4366.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=19.73%
G=44.40%
B=35.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042341890.5600.190.08159.2375.5866.27
Hex68EABD3801389f4c42
Octal1503522757002310237114102
Binary1101000111010101011110111100001001110001001111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,234,189); }

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

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

 a { background-color: rgb(104,234,189); }

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

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

 span { border-color: rgb(104,234,189); }

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