#69D0B8

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

Shades of Downy #69D0B8

Tints of Downy #69D0B8

Color information

#69D0B8 (or 0x69D0B8) is unknown color: approx Downy. HEX triplet: 69, D0 and B8. RGB value is (105,208,184). Sum of RGB (Red+Green+Blue) = 105+208+184=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0B8 is #962F47. Grayscale: #AEAEAE. Windows color (decimal): -9842504 or 12111977. OLE color: 12111977.

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

Color convert

RGB105208184-
CMYK0.5000.120.18
HSL166.02º52.28%61.37%-
HSV(B)166.02º49.52%81.57%-
XYZ37.0351.5853.35-
YUV174.47133.3878.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=21.13%
G=41.85%
B=37.02%

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
Decimal1052081840.5000.120.18166.0252.2861.37
Hex69D0B8320C12a6343d
Octal15132027062014222466475
Binary11010011101000010111000110010011001001010100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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