#71ECC2

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

Shades of Downy #71ECC2

Tints of Downy #71ECC2

Color information

#71ECC2 (or 0x71ECC2) is unknown color: approx Downy. HEX triplet: 71, EC and C2. RGB value is (113,236,194). Sum of RGB (Red+Green+Blue) = 113+236+194=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECC2 is #8E133D. Grayscale: #C2C2C2. Windows color (decimal): -9311038 or 12774513. OLE color: 12774513.

HSL color Cylindrical-coordinate representation of color #71ECC2: hue angle of 159.51º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECC2 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB113236194-
CMYK0.5200.180.07
HSL159.51º76.4%68.43%-
HSV(B)159.51º52.12%92.55%-
XYZ46.5467.461.59-
YUV194.44127.7569.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.81%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=20.81%
G=43.46%
B=35.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361940.5200.180.07159.5176.468.43
Hex71ECC2340127a04c44
Octal161354302640227240114104
Binary111000111101100110000101101000100101111010000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71ECC2; }

 p { color: rgb(113,236,194); }

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

<style>
 a { background-color: #71ECC2; }

 a { background-color: rgb(113,236,194); }

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

<style>
 span { border-color: #71ECC2; }

 span { border-color: rgb(113,236,194); }

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