Html Css Color HEX #71DFBA Downy

📋 copy color: '#71DFBA'

red 113 ◦ green 223 ◦ blue 186

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

Shades of Downy #71DFBA

Tints of Downy #71DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 21.65%
G = 42.72%
B = 35.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#71DFBA (or 0x71DFBA) is known color: Downy. HEX triplet: 71, DF and BA. RGB value is (113,223,186). Sum of RGB (Red+Green+Blue) = 113+223+186=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFBA is #8E2045. Grayscale: #B9B9B9. Windows color (decimal): -9314374 or 12246897. OLE color: 12246897.

HSL color Cylindrical-coordinate representation of color #71DFBA: hue angle of 159.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFBA is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 223 186 -
CMYK 0.49 0 0.17 0.13
HSL 159.82º 0.63% 0.66% -
HSV(B) 159.82º 0.49% 0.87% -
XYZ 42.06 59.83 55.79 -
YUV 185.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 113 223 186 0.49 0 0.17 0.13 159.82 0.63 0.66
Hex 71 DF BA 31 0 11 D A0 3F 42
Octal 161 337 272 61 0 21 15 240 77 102
Binary 1110001 11011111 10111010 110001 0 10001 1101 10100000 111111 1000010

Color Harmonies of #71DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFBA

Black with #71DFBA

Text Example


Text Example

White with #71DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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