Html Css Color HEX #71ECBD Downy

📋 copy color: '#71ECBD'

red 113 ◦ green 236 ◦ blue 189

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

Shades of Downy #71ECBD

Tints of Downy #71ECBD

RGB

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

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

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

R = 21%
G = 43.87%
B = 35.13%

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

#71ECBD (or 0x71ECBD) is known color: Downy. HEX triplet: 71, EC and BD. RGB value is (113,236,189). Sum of RGB (Red+Green+Blue) = 113+236+189=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECBD is #8E1342. Grayscale: #C1C1C1. Windows color (decimal): -9311043 or 12446833. OLE color: 12446833.

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

Color convert

RGB 113 236 189 -
CMYK 0.52 0 0.20 0.07
HSL 157.07º 0.76% 0.68% -
HSV(B) 157.07º 0.52% 0.93% -
XYZ 45.99 67.18 58.69 -
YUV 193.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 113 236 189 0.52 0 0.20 0.07 157.07 0.76 0.68
Hex 71 EC BD 34 0 14 7 9D 4C 44
Octal 161 354 275 64 0 24 7 235 114 104
Binary 1110001 11101100 10111101 110100 0 10100 111 10011101 1001100 1000100

Color Harmonies of #71ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECBD

Black with #71ECBD

Text Example


Text Example

White with #71ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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