#71E9C2

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

Shades of Downy #71E9C2

Tints of Downy #71E9C2

Color information

#71E9C2 (or 0x71E9C2) is unknown color: approx Downy. HEX triplet: 71, E9 and C2. RGB value is (113,233,194). Sum of RGB (Red+Green+Blue) = 113+233+194=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #71E9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71E9C2 is #8E163D. Grayscale: #C0C0C0. Windows color (decimal): -9311806 or 12773745. OLE color: 12773745.

HSL color Cylindrical-coordinate representation of color #71E9C2: hue angle of 160.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E9C2 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB113233194-
CMYK0.5200.170.09
HSL160.5º73.17%67.84%-
HSV(B)160.5º51.5%91.37%-
XYZ45.6965.6861.31-
YUV192.67128.7471.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.93%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=20.93%
G=43.15%
B=35.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132331940.5200.170.09160.573.1767.84
Hex71E9C2340119a04944
Octal1613513026402111240111104
Binary1110001111010011100001011010001000110011010000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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