#69C9BA

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

Shades of Downy #69C9BA

Tints of Downy #69C9BA

Color information

#69C9BA (or 0x69C9BA) is unknown color: approx Downy. HEX triplet: 69, C9 and BA. RGB value is (105,201,186). Sum of RGB (Red+Green+Blue) = 105+201+186=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #69C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C9BA is #963645. Grayscale: #AAAAAA. Windows color (decimal): -9844294 or 12241257. OLE color: 12241257.

HSL color Cylindrical-coordinate representation of color #69C9BA: hue angle of 170.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C9BA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB105201186-
CMYK0.4800.070.21
HSL170.62º47.06%60%-
HSV(B)170.62º47.76%78.82%-
XYZ35.5848.3253.91-
YUV170.59136.781.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.34%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=21.34%
G=40.85%
B=37.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052011860.4800.070.21170.6247.0660
Hex69C9BA300715ab2f3c
Octal1513112726007252535774
Binary1101001110010011011101011000001111010110101011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,201,186); }

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

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

 a { background-color: rgb(105,201,186); }

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

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

 span { border-color: rgb(105,201,186); }

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