#69d2b6

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

Shades of Downy #69D2B6

Tints of Downy #69D2B6

Color information

#69D2B6 (or 0x69D2B6) is unknown color: approx Downy. HEX triplet: 69, D2 and B6. RGB value is (105,210,182). Sum of RGB (Red+Green+Blue) = 105+210+182=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2B6 is #962D49. Grayscale: #AFAFAF. Windows color (decimal): -9841994 or 11981417. OLE color: 11981417.

HSL color Cylindrical-coordinate representation of color #69D2B6: hue angle of 164º 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 #69D2B6 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB105210182-
CMYK0.5000.130.18
HSL164º53.85%61.76%-
HSV(B)164º50%82.35%-
XYZ37.3252.4752.42-
YUV175.41131.7177.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=21.13%
G=42.25%
B=36.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101820.5000.130.1816453.8561.76
Hex69D2B6320D12a4363e
Octal15132226662015222446676
Binary11010011101001010110110110010011011001010100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69d2b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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