#69E0CE

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

Shades of Downy #69E0CE

Tints of Downy #69E0CE

Color information

#69E0CE (or 0x69E0CE) is unknown color: approx Downy. HEX triplet: 69, E0 and CE. RGB value is (105,224,206). Sum of RGB (Red+Green+Blue) = 105+224+206=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0CE is #961F31. Grayscale: #BABABA. Windows color (decimal): -9838386 or 13557865. OLE color: 13557865.

HSL color Cylindrical-coordinate representation of color #69E0CE: hue angle of 170.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0CE is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB105224206-
CMYK0.5300.080.12
HSL170.92º65.75%64.51%-
HSV(B)170.92º53.12%87.84%-
XYZ43.6260.7767.82-
YUV186.37139.0869.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.63%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=19.63%
G=41.87%
B=38.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052242060.5300.080.12170.9265.7564.51
Hex69E0CE3508Cab4241
Octal1513403166501014253102101
Binary110100111100000110011101101010100011001010101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,206); }

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

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

 a { background-color: rgb(105,224,206); }

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

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

 span { border-color: rgb(105,224,206); }

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