#69D7CE

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

Shades of Downy #69D7CE

Tints of Downy #69D7CE

Color information

#69D7CE (or 0x69D7CE) is unknown color: approx Downy. HEX triplet: 69, D7 and CE. RGB value is (105,215,206). Sum of RGB (Red+Green+Blue) = 105+215+206=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7CE is #962831. Grayscale: #B5B5B5. Windows color (decimal): -9840690 or 13555561. OLE color: 13555561.

HSL color Cylindrical-coordinate representation of color #69D7CE: hue angle of 175.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D7CE is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB105215206-
CMYK0.5100.040.16
HSL175.09º57.89%62.75%-
HSV(B)175.09º51.16%84.31%-
XYZ41.2756.0667.04-
YUV181.08142.0673.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=19.96%
G=40.87%
B=39.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052152060.5100.040.16175.0957.8962.75
Hex69D7CE330410af3a3f
Octal1513273166304202577277
Binary1101001110101111100111011001101001000010101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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