#69CAB5

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

Shades of Downy #69CAB5

Tints of Downy #69CAB5

Color information

#69CAB5 (or 0x69CAB5) is unknown color: approx Downy. HEX triplet: 69, CA and B5. RGB value is (105,202,181). Sum of RGB (Red+Green+Blue) = 105+202+181=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CAB5 is #96354A. Grayscale: #AAAAAA. Windows color (decimal): -9844043 or 11913833. OLE color: 11913833.

HSL color Cylindrical-coordinate representation of color #69CAB5: hue angle of 167.01º degrees, saturation: 0.48, 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 #69CAB5 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB105202181-
CMYK0.4800.100.21
HSL167.01º47.78%60.2%-
HSV(B)167.01º48.02%79.22%-
XYZ35.2948.5851.23-
YUV170.6133.8681.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.52%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=21.52%
G=41.39%
B=37.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021810.4800.100.21167.0147.7860.2
Hex69CAB5300A15a7303c
Octal15131226560012252476074
Binary11010011100101010110101110000010101010110100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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