Html Css Color HEX #71DABA Downy

📋 copy color: '#71DABA'

red 113 ◦ green 218 ◦ blue 186

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

Shades of Downy #71DABA

Tints of Downy #71DABA

RGB

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

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

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

R = 21.86%
G = 42.17%
B = 35.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#71DABA (or 0x71DABA) is known color: Downy. HEX triplet: 71, DA and BA. RGB value is (113,218,186). Sum of RGB (Red+Green+Blue) = 113+218+186=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #71DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DABA is #8E2545. Grayscale: #B6B6B6. Windows color (decimal): -9315654 or 12245617. OLE color: 12245617.

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

Color convert

RGB 113 218 186 -
CMYK 0.48 0 0.15 0.15
HSL 161.71º 0.59% 0.65% -
HSV(B) 161.71º 0.48% 0.85% -
XYZ 40.74 57.2 55.35 -
YUV 182.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 113 218 186 0.48 0 0.15 0.15 161.71 0.59 0.65
Hex 71 DA BA 30 0 F F A2 3B 41
Octal 161 332 272 60 0 17 17 242 73 101
Binary 1110001 11011010 10111010 110000 0 1111 1111 10100010 111011 1000001

Color Harmonies of #71DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DABA

Black with #71DABA

Text Example


Text Example

White with #71DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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