#69ECCC

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

Shades of Downy #69ECCC

Tints of Downy #69ECCC

Color information

#69ECCC (or 0x69ECCC) is unknown color: approx Downy. HEX triplet: 69, EC and CC. RGB value is (105,236,204). Sum of RGB (Red+Green+Blue) = 105+236+204=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECCC is #961333. Grayscale: #C1C1C1. Windows color (decimal): -9835316 or 13429865. OLE color: 13429865.

HSL color Cylindrical-coordinate representation of color #69ECCC: hue angle of 165.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECCC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB105236204-
CMYK0.5600.140.07
HSL165.34º77.51%66.86%-
HSV(B)165.34º55.51%92.55%-
XYZ46.7267.3567.66-
YUV193.18134.165.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=19.27%
G=43.30%
B=37.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052362040.5600.140.07165.3477.5166.86
Hex69ECCC380E7a54e43
Octal151354314700167245116103
Binary11010011110110011001100111000011101111010010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,236,204); }

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

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

 a { background-color: rgb(105,236,204); }

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

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

 span { border-color: rgb(105,236,204); }

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