Html Css Color HEX #71D0C0 Downy

📋 copy color: '#71D0C0'

red 113 ◦ green 208 ◦ blue 192

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

Shades of Downy #71D0C0

Tints of Downy #71D0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 22.03%
G = 40.55%
B = 37.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#71D0C0 (or 0x71D0C0) is known color: Downy. HEX triplet: 71, D0 and C0. RGB value is (113,208,192). Sum of RGB (Red+Green+Blue) = 113+208+192=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0C0 is #8E2F3F. Grayscale: #B1B1B1. Windows color (decimal): -9318208 or 12636273. OLE color: 12636273.

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

Color convert

RGB 113 208 192 -
CMYK 0.46 0 0.08 0.18
HSL 169.89º 0.5% 0.63% -
HSV(B) 169.89º 0.46% 0.82% -
XYZ 38.88 52.43 57.94 -
YUV 177.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 113 208 192 0.46 0 0.08 0.18 169.89 0.5 0.63
Hex 71 D0 C0 2E 0 8 12 AA 32 3F
Octal 161 320 300 56 0 10 22 252 62 77
Binary 1110001 11010000 11000000 101110 0 1000 10010 10101010 110010 111111

Color Harmonies of #71D0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D0C0

Black with #71D0C0

Text Example


Text Example

White with #71D0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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