Html Css Color HEX #71EBBA Downy

📋 copy color: '#71EBBA'

red 113 ◦ green 235 ◦ blue 186

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

Shades of Downy #71EBBA

Tints of Downy #71EBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 21.16%
G = 44.01%
B = 34.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#71EBBA (or 0x71EBBA) is known color: Downy. HEX triplet: 71, EB and BA. RGB value is (113,235,186). Sum of RGB (Red+Green+Blue) = 113+235+186=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBBA is #8E1445. Grayscale: #C1C1C1. Windows color (decimal): -9311302 or 12249969. OLE color: 12249969.

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

Color convert

RGB 113 235 186 -
CMYK 0.52 0 0.21 0.08
HSL 155.9º 0.75% 0.68% -
HSV(B) 155.9º 0.52% 0.92% -
XYZ 45.38 66.47 56.89 -
YUV 192.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 113 235 186 0.52 0 0.21 0.08 155.9 0.75 0.68
Hex 71 EB BA 34 0 15 8 9C 4B 44
Octal 161 353 272 64 0 25 10 234 113 104
Binary 1110001 11101011 10111010 110100 0 10101 1000 10011100 1001011 1000100

Color Harmonies of #71EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EBBA

Black with #71EBBA

Text Example


Text Example

White with #71EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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