Html Css Color HEX #71D9BA Downy

📋 copy color: '#71D9BA'

red 113 ◦ green 217 ◦ blue 186

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

Shades of Downy #71D9BA

Tints of Downy #71D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.05%

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

R = 21.9%
G = 42.05%
B = 36.05%

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

#71D9BA (or 0x71D9BA) is known color: Downy. HEX triplet: 71, D9 and BA. RGB value is (113,217,186). Sum of RGB (Red+Green+Blue) = 113+217+186=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #71D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9BA is #8E2645. Grayscale: #B6B6B6. Windows color (decimal): -9315910 or 12245361. OLE color: 12245361.

HSL color Cylindrical-coordinate representation of color #71D9BA: hue angle of 162.12º degrees, saturation: 0.58, 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 #71D9BA is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 217 186 -
CMYK 0.48 0 0.14 0.15
HSL 162.12º 0.58% 0.65% -
HSV(B) 162.12º 0.48% 0.85% -
XYZ 40.49 56.68 55.26 -
YUV 182.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 113 217 186 0.48 0 0.14 0.15 162.12 0.58 0.65
Hex 71 D9 BA 30 0 E F A2 3A 41
Octal 161 331 272 60 0 16 17 242 72 101
Binary 1110001 11011001 10111010 110000 0 1110 1111 10100010 111010 1000001

Color Harmonies of #71D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D9BA

Black with #71D9BA

Text Example


Text Example

White with #71D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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