#69d2c0

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

Shades of Downy #69D2C0

Tints of Downy #69D2C0

Color information

#69D2C0 (or 0x69D2C0) is unknown color: approx Downy. HEX triplet: 69, D2 and C0. RGB value is (105,210,192). Sum of RGB (Red+Green+Blue) = 105+210+192=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2C0 is #962D3F. Grayscale: #B0B0B0. Windows color (decimal): -9841984 or 12636777. OLE color: 12636777.

HSL color Cylindrical-coordinate representation of color #69D2C0: hue angle of 169.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2C0 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB105210192-
CMYK0.5000.090.18
HSL169.71º53.85%61.76%-
HSV(B)169.71º50%82.35%-
XYZ38.3952.958.06-
YUV176.55136.7176.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.71%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=20.71%
G=41.42%
B=37.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101920.5000.090.18169.7153.8561.76
Hex69D2C0320912aa363e
Octal15132230062011222526676
Binary11010011101001011000000110010010011001010101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69d2c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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