Html Css Color HEX #71D0B4 Downy

📋 copy color: '#71D0B4'

red 113 ◦ green 208 ◦ blue 180

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

Shades of Downy #71D0B4

Tints of Downy #71D0B4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 22.55%
G = 41.52%
B = 35.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#71D0B4 (or 0x71D0B4) is known color: Downy. HEX triplet: 71, D0 and B4. RGB value is (113,208,180). Sum of RGB (Red+Green+Blue) = 113+208+180=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0B4 is #8E2F4B. Grayscale: #B0B0B0. Windows color (decimal): -9318220 or 11849841. OLE color: 11849841.

HSL color Cylindrical-coordinate representation of color #71D0B4: hue angle of 162.32º degrees, saturation: 0.5, 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 #71D0B4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 208 180 -
CMYK 0.46 0 0.13 0.18
HSL 162.32º 0.5% 0.63% -
HSV(B) 162.32º 0.46% 0.82% -
XYZ 37.6 51.92 51.22 -
YUV 176.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 113 208 180 0.46 0 0.13 0.18 162.32 0.5 0.63
Hex 71 D0 B4 2E 0 D 12 A2 32 3F
Octal 161 320 264 56 0 15 22 242 62 77
Binary 1110001 11010000 10110100 101110 0 1101 10010 10100010 110010 111111

Color Harmonies of #71D0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D0B4

Black with #71D0B4

Text Example


Text Example

White with #71D0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,180); }

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

background-color css

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

 a { background-color: rgb(113,208,180); }

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

border-color css

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

 span { border-color: rgb(113,208,180); }

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