#69E5D2

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

Shades of Downy #69E5D2

Tints of Downy #69E5D2

Color information

#69E5D2 (or 0x69E5D2) is unknown color: approx Downy. HEX triplet: 69, E5 and D2. RGB value is (105,229,210). Sum of RGB (Red+Green+Blue) = 105+229+210=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5D2 is #961A2D. Grayscale: #BDBDBD. Windows color (decimal): -9837102 or 13821289. OLE color: 13821289.

HSL color Cylindrical-coordinate representation of color #69E5D2: hue angle of 170.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E5D2 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB105229210-
CMYK0.5400.080.10
HSL170.81º70.45%65.49%-
HSV(B)170.81º54.15%89.8%-
XYZ45.4863.770.87-
YUV189.76139.4267.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 229 (89.84% from 255) = 42.10%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=19.30%
G=42.10%
B=38.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1052292100.5400.080.10170.8170.4565.49
Hex69E5D23608Aab4641
Octal1513453226601012253106101
Binary110100111100101110100101101100100010101010101110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E5D2; }

 p { color: rgb(105,229,210); }

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

<style>
 a { background-color: #69E5D2; }

 a { background-color: rgb(105,229,210); }

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

<style>
 span { border-color: #69E5D2; }

 span { border-color: rgb(105,229,210); }

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