#69CAC7

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

Shades of Downy #69CAC7

Tints of Downy #69CAC7

Color information

#69CAC7 (or 0x69CAC7) is unknown color: approx Downy. HEX triplet: 69, CA and C7. RGB value is (105,202,199). Sum of RGB (Red+Green+Blue) = 105+202+199=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CAC7 is #963538. Grayscale: #ACACAC. Windows color (decimal): -9844025 or 13093481. OLE color: 13093481.

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

Color convert

RGB105202199-
CMYK0.4800.010.21
HSL178.14º47.78%60.2%-
HSV(B)178.14º48.02%79.22%-
XYZ37.2649.3761.6-
YUV172.66142.8679.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.75%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 199 (78.12% from 255) = 39.33%
R=20.75%
G=39.92%
B=39.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021990.4800.010.21178.1447.7860.2
Hex69CAC7300115b2303c
Octal1513123076001252626074
Binary11010011100101011000111110000011010110110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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