#69C5BB

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

Shades of Downy #69C5BB

Tints of Downy #69C5BB

Color information

#69C5BB (or 0x69C5BB) is unknown color: approx Downy. HEX triplet: 69, C5 and BB. RGB value is (105,197,187). Sum of RGB (Red+Green+Blue) = 105+197+187=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5BB is #963A44. Grayscale: #A8A8A8. Windows color (decimal): -9845317 or 12305769. OLE color: 12305769.

HSL color Cylindrical-coordinate representation of color #69C5BB: hue angle of 173.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5BB is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB105197187-
CMYK0.4700.050.23
HSL173.48º44.23%59.22%-
HSV(B)173.48º46.7%77.25%-
XYZ34.7646.5254.16-
YUV168.35138.5282.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=21.47%
G=40.29%
B=38.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971870.4700.050.23173.4844.2359.22
Hex69C5BB2F0517ad2c3b
Octal1513052735705272555473
Binary1101001110001011011101110111101011011110101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,187); }

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

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

 a { background-color: rgb(105,197,187); }

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

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

 span { border-color: rgb(105,197,187); }

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