#71E9CD

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

Shades of Downy #71E9CD

Tints of Downy #71E9CD

Color information

#71E9CD (or 0x71E9CD) is unknown color: approx Downy. HEX triplet: 71, E9 and CD. RGB value is (113,233,205). Sum of RGB (Red+Green+Blue) = 113+233+205=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #71E9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71E9CD is #8E1632. Grayscale: #C1C1C1. Windows color (decimal): -9311795 or 13494641. OLE color: 13494641.

HSL color Cylindrical-coordinate representation of color #71E9CD: hue angle of 166º 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 #71E9CD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB113233205-
CMYK0.5200.120.09
HSL166º73.17%67.84%-
HSV(B)166º51.5%91.37%-
XYZ46.9766.268.06-
YUV193.93134.2470.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.51%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=20.51%
G=42.29%
B=37.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132332050.5200.120.0916673.1767.84
Hex71E9CD340C9a64944
Octal1613513156401411246111104
Binary111000111101001110011011101000110010011010011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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