Html Css Color HEX #71EACA Downy

📋 copy color: '#71EACA'

red 113 ◦ green 234 ◦ blue 202

#71EACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #71EACA

Tints of Downy #71EACA

RGB

 RED value IS 113 (44.53% from 255) = 20.58%

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 20.58%
G = 42.62%
B = 36.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#71EACA (or 0x71EACA) is known color: Downy. HEX triplet: 71, EA and CA. RGB value is (113,234,202). Sum of RGB (Red+Green+Blue) = 113+234+202=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACA is #8E1535. Grayscale: #C2C2C2. Windows color (decimal): -9311542 or 13298289. OLE color: 13298289.

HSL color Cylindrical-coordinate representation of color #71EACA: hue angle of 164.13º degrees, saturation: 0.74, 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 #71EACA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 202 -
CMYK 0.52 0 0.14 0.08
HSL 164.13º 0.74% 0.68% -
HSV(B) 164.13º 0.52% 0.92% -
XYZ 46.89 66.62 66.26 -
YUV 194.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 113 234 202 0.52 0 0.14 0.08 164.13 0.74 0.68
Hex 71 EA CA 34 0 E 8 A4 4A 44
Octal 161 352 312 64 0 16 10 244 112 104
Binary 1110001 11101010 11001010 110100 0 1110 1000 10100100 1001010 1000100

Color Harmonies of #71EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EACA

Black with #71EACA

Text Example


Text Example

White with #71EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,234,202); }

 H1.HeaderClassName
 {
   color: #71EACA;
 }
 .AnyTagClassName
 {
   color: #71EACA;
 }
</style>

background-color css

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

 a { background-color: rgb(113,234,202); }

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

border-color css

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

 span { border-color: rgb(113,234,202); }

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