Html Css Color HEX #71DAB8 Downy

📋 copy color: '#71DAB8'

red 113 ◦ green 218 ◦ blue 184

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

Shades of Downy #71DAB8

Tints of Downy #71DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 21.94%
G = 42.33%
B = 35.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#71DAB8 (or 0x71DAB8) is known color: Downy. HEX triplet: 71, DA and B8. RGB value is (113,218,184). Sum of RGB (Red+Green+Blue) = 113+218+184=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAB8 is #8E2547. Grayscale: #B6B6B6. Windows color (decimal): -9315656 or 12114545. OLE color: 12114545.

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

Color convert

RGB 113 218 184 -
CMYK 0.48 0 0.16 0.15
HSL 160.57º 0.59% 0.65% -
HSV(B) 160.57º 0.48% 0.85% -
XYZ 40.53 57.11 54.24 -
YUV 182.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 113 218 184 0.48 0 0.16 0.15 160.57 0.59 0.65
Hex 71 DA B8 30 0 10 F A1 3B 41
Octal 161 332 270 60 0 20 17 241 73 101
Binary 1110001 11011010 10111000 110000 0 10000 1111 10100001 111011 1000001

Color Harmonies of #71DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAB8

Black with #71DAB8

Text Example


Text Example

White with #71DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,184); }

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

background-color css

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

 a { background-color: rgb(113,218,184); }

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

border-color css

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

 span { border-color: rgb(113,218,184); }

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