#69CAC5

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

Shades of Downy #69CAC5

Tints of Downy #69CAC5

Color information

#69CAC5 (or 0x69CAC5) is unknown color: approx Downy. HEX triplet: 69, CA and C5. RGB value is (105,202,197). Sum of RGB (Red+Green+Blue) = 105+202+197=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CAC5 is #96353A. Grayscale: #ACACAC. Windows color (decimal): -9844027 or 12962409. OLE color: 12962409.

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

Color convert

RGB105202197-
CMYK0.4800.020.21
HSL176.91º47.78%60.2%-
HSV(B)176.91º48.02%79.22%-
XYZ37.0249.2860.38-
YUV172.43141.8679.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=20.83%
G=40.08%
B=39.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021970.4800.020.21176.9147.7860.2
Hex69CAC5300215b1303c
Octal1513123056002252616074
Binary110100111001010110001011100000101010110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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