Html Css Color HEX #71EABD Downy

📋 copy color: '#71EABD'

red 113 ◦ green 234 ◦ blue 189

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

Shades of Downy #71EABD

Tints of Downy #71EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 21.08%
G = 43.66%
B = 35.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#71EABD (or 0x71EABD) is known color: Downy. HEX triplet: 71, EA and BD. RGB value is (113,234,189). Sum of RGB (Red+Green+Blue) = 113+234+189=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #71EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EABD is #8E1542. Grayscale: #C0C0C0. Windows color (decimal): -9311555 or 12446321. OLE color: 12446321.

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

Color convert

RGB 113 234 189 -
CMYK 0.52 0 0.19 0.08
HSL 157.69º 0.74% 0.68% -
HSV(B) 157.69º 0.52% 0.92% -
XYZ 45.42 66.03 58.5 -
YUV 192.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 113 234 189 0.52 0 0.19 0.08 157.69 0.74 0.68
Hex 71 EA BD 34 0 13 8 9E 4A 44
Octal 161 352 275 64 0 23 10 236 112 104
Binary 1110001 11101010 10111101 110100 0 10011 1000 10011110 1001010 1000100

Color Harmonies of #71EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EABD

Black with #71EABD

Text Example


Text Example

White with #71EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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