#71E0CF

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

Shades of Downy #71E0CF

Tints of Downy #71E0CF

Color information

#71E0CF (or 0x71E0CF) is unknown color: approx Downy. HEX triplet: 71, E0 and CF. RGB value is (113,224,207). Sum of RGB (Red+Green+Blue) = 113+224+207=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E0CF is #8E1F30. Grayscale: #BCBCBC. Windows color (decimal): -9314097 or 13623409. OLE color: 13623409.

HSL color Cylindrical-coordinate representation of color #71E0CF: hue angle of 170.81º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E0CF is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB113224207-
CMYK0.5000.080.12
HSL170.81º64.16%66.08%-
HSV(B)170.81º49.55%87.84%-
XYZ44.7361.3368.51-
YUV188.87138.2373.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.77%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=20.77%
G=41.18%
B=38.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132242070.5000.080.12170.8164.1666.08
Hex71E0CF3208Cab4042
Octal1613403176201014253100102
Binary111000111100000110011111100100100011001010101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,224,207); }

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

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

 a { background-color: rgb(113,224,207); }

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

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

 span { border-color: rgb(113,224,207); }

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