#69DEC3

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

Shades of Downy #69DEC3

Tints of Downy #69DEC3

Color information

#69DEC3 (or 0x69DEC3) is unknown color: approx Downy. HEX triplet: 69, DE and C3. RGB value is (105,222,195). Sum of RGB (Red+Green+Blue) = 105+222+195=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEC3 is #96213C. Grayscale: #B7B7B7. Windows color (decimal): -9838909 or 12836457. OLE color: 12836457.

HSL color Cylindrical-coordinate representation of color #69DEC3: hue angle of 166.15º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEC3 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB105222195-
CMYK0.5300.120.13
HSL166.15º63.93%64.12%-
HSV(B)166.15º52.7%87.06%-
XYZ41.859.1960.85-
YUV183.94134.2471.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=20.11%
G=42.53%
B=37.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221950.5300.120.13166.1563.9364.12
Hex69DEC3350CDa64040
Octal1513363036501415246100100
Binary110100111011110110000111101010110011011010011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,195); }

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

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

 a { background-color: rgb(105,222,195); }

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

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

 span { border-color: rgb(105,222,195); }

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