#71EBC0

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

Shades of Downy #71EBC0

Tints of Downy #71EBC0

Color information

#71EBC0 (or 0x71EBC0) is unknown color: approx Downy. HEX triplet: 71, EB and C0. RGB value is (113,235,192). Sum of RGB (Red+Green+Blue) = 113+235+192=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBC0 is #8E143F. Grayscale: #C1C1C1. Windows color (decimal): -9311296 or 12643185. OLE color: 12643185.

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

Color convert

RGB113235192-
CMYK0.5200.180.08
HSL158.85º75.31%68.24%-
HSV(B)158.85º51.91%92.16%-
XYZ46.0366.7360.32-
YUV193.62127.0870.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.93%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=20.93%
G=43.52%
B=35.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132351920.5200.180.08158.8575.3168.24
Hex71EBC03401289f4b44
Octal1613533006402210237113104
Binary1110001111010111100000011010001001010001001111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,235,192); }

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

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

 a { background-color: rgb(113,235,192); }

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

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

 span { border-color: rgb(113,235,192); }

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