#69D0B5

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

Shades of Downy #69D0B5

Tints of Downy #69D0B5

Color information

#69D0B5 (or 0x69D0B5) is unknown color: approx Downy. HEX triplet: 69, D0 and B5. RGB value is (105,208,181). Sum of RGB (Red+Green+Blue) = 105+208+181=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0B5 is #962F4A. Grayscale: #AEAEAE. Windows color (decimal): -9842507 or 11915369. OLE color: 11915369.

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

Color convert

RGB105208181-
CMYK0.5000.130.18
HSL164.27º52.28%61.37%-
HSV(B)164.27º49.52%81.57%-
XYZ36.7251.4551.71-
YUV174.12131.8878.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=21.26%
G=42.11%
B=36.64%

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
Decimal1052081810.5000.130.18164.2752.2861.37
Hex69D0B5320D12a4343d
Octal15132026562015222446475
Binary11010011101000010110101110010011011001010100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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