Html Css Color HEX #71ECBC Downy

📋 copy color: '#71ECBC'

red 113 ◦ green 236 ◦ blue 188

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

Shades of Downy #71ECBC

Tints of Downy #71ECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 21.04%
G = 43.95%
B = 35.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#71ECBC (or 0x71ECBC) is known color: Downy. HEX triplet: 71, EC and BC. RGB value is (113,236,188). Sum of RGB (Red+Green+Blue) = 113+236+188=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECBC is #8E1343. Grayscale: #C1C1C1. Windows color (decimal): -9311044 or 12381297. OLE color: 12381297.

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

Color convert

RGB 113 236 188 -
CMYK 0.52 0 0.20 0.07
HSL 156.59º 0.76% 0.68% -
HSV(B) 156.59º 0.52% 0.93% -
XYZ 45.88 67.13 58.12 -
YUV 193.75 124.75 70.4 -
System Red Green Blue C M Y K H S L
Decimal 113 236 188 0.52 0 0.20 0.07 156.59 0.76 0.68
Hex 71 EC BC 34 0 14 7 9D 4C 44
Octal 161 354 274 64 0 24 7 235 114 104
Binary 1110001 11101100 10111100 110100 0 10100 111 10011101 1001100 1000100

Color Harmonies of #71ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECBC

Black with #71ECBC

Text Example


Text Example

White with #71ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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