#69D0B6

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

Shades of Downy #69D0B6

Tints of Downy #69D0B6

Color information

#69D0B6 (or 0x69D0B6) is unknown color: approx Downy. HEX triplet: 69, D0 and B6. RGB value is (105,208,182). Sum of RGB (Red+Green+Blue) = 105+208+182=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0B6 is #962F49. Grayscale: #AEAEAE. Windows color (decimal): -9842506 or 11980905. OLE color: 11980905.

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

Color convert

RGB105208182-
CMYK0.5000.120.18
HSL164.85º52.28%61.37%-
HSV(B)164.85º49.52%81.57%-
XYZ36.8351.4952.25-
YUV174.24132.3878.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=21.21%
G=42.02%
B=36.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052081820.5000.120.18164.8552.2861.37
Hex69D0B6320C12a5343d
Octal15132026662014222456475
Binary11010011101000010110110110010011001001010100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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