Html Css Color HEX #71D8BA Downy

📋 copy color: '#71D8BA'

red 113 ◦ green 216 ◦ blue 186

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

Shades of Downy #71D8BA

Tints of Downy #71D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

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

R = 21.94%
G = 41.94%
B = 36.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#71D8BA (or 0x71D8BA) is known color: Downy. HEX triplet: 71, D8 and BA. RGB value is (113,216,186). Sum of RGB (Red+Green+Blue) = 113+216+186=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8BA is #8E2745. Grayscale: #B5B5B5. Windows color (decimal): -9316166 or 12245105. OLE color: 12245105.

HSL color Cylindrical-coordinate representation of color #71D8BA: hue angle of 162.52º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8BA is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 186 -
CMYK 0.48 0 0.14 0.15
HSL 162.52º 0.57% 0.65% -
HSV(B) 162.52º 0.48% 0.85% -
XYZ 40.23 56.17 55.18 -
YUV 181.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 113 216 186 0.48 0 0.14 0.15 162.52 0.57 0.65
Hex 71 D8 BA 30 0 E F A3 39 41
Octal 161 330 272 60 0 16 17 243 71 101
Binary 1110001 11011000 10111010 110000 0 1110 1111 10100011 111001 1000001

Color Harmonies of #71D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D8BA

Black with #71D8BA

Text Example


Text Example

White with #71D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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