Html Css Color HEX #71D2BA Downy

📋 copy color: '#71D2BA'

red 113 ◦ green 210 ◦ blue 186

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

Shades of Downy #71D2BA

Tints of Downy #71D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

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

R = 22.2%
G = 41.26%
B = 36.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#71D2BA (or 0x71D2BA) is known color: Downy. HEX triplet: 71, D2 and BA. RGB value is (113,210,186). Sum of RGB (Red+Green+Blue) = 113+210+186=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2BA is #8E2D45. Grayscale: #B2B2B2. Windows color (decimal): -9317702 or 12243569. OLE color: 12243569.

HSL color Cylindrical-coordinate representation of color #71D2BA: hue angle of 165.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2BA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 186 -
CMYK 0.46 0 0.11 0.18
HSL 165.15º 0.52% 0.63% -
HSV(B) 165.15º 0.46% 0.82% -
XYZ 38.72 53.15 54.67 -
YUV 178.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 113 210 186 0.46 0 0.11 0.18 165.15 0.52 0.63
Hex 71 D2 BA 2E 0 B 12 A5 34 3F
Octal 161 322 272 56 0 13 22 245 64 77
Binary 1110001 11010010 10111010 101110 0 1011 10010 10100101 110100 111111

Color Harmonies of #71D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2BA

Black with #71D2BA

Text Example


Text Example

White with #71D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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