Html Css Color HEX #71ECBE Downy

📋 copy color: '#71ECBE'

red 113 ◦ green 236 ◦ blue 190

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

Shades of Downy #71ECBE

Tints of Downy #71ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 20.96%
G = 43.78%
B = 35.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#71ECBE (or 0x71ECBE) is known color: Downy. HEX triplet: 71, EC and BE. RGB value is (113,236,190). Sum of RGB (Red+Green+Blue) = 113+236+190=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECBE is #8E1341. Grayscale: #C2C2C2. Windows color (decimal): -9311042 or 12512369. OLE color: 12512369.

HSL color Cylindrical-coordinate representation of color #71ECBE: hue angle of 157.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECBE is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 236 190 -
CMYK 0.52 0 0.19 0.07
HSL 157.56º 0.76% 0.68% -
HSV(B) 157.56º 0.52% 0.93% -
XYZ 46.1 67.22 59.26 -
YUV 193.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 113 236 190 0.52 0 0.19 0.07 157.56 0.76 0.68
Hex 71 EC BE 34 0 13 7 9E 4C 44
Octal 161 354 276 64 0 23 7 236 114 104
Binary 1110001 11101100 10111110 110100 0 10011 111 10011110 1001100 1000100

Color Harmonies of #71ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECBE

Black with #71ECBE

Text Example


Text Example

White with #71ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,236,190); }

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

background-color css

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

 a { background-color: rgb(113,236,190); }

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

border-color css

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

 span { border-color: rgb(113,236,190); }

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