Html Css Color HEX #71D5B5 Downy

📋 copy color: '#71D5B5'

red 113 ◦ green 213 ◦ blue 181

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

Shades of Downy #71D5B5

Tints of Downy #71D5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 22.29%
G = 42.01%
B = 35.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#71D5B5 (or 0x71D5B5) is known color: Downy. HEX triplet: 71, D5 and B5. RGB value is (113,213,181). Sum of RGB (Red+Green+Blue) = 113+213+181=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5B5 is #8E2A4A. Grayscale: #B3B3B3. Windows color (decimal): -9316939 or 11916657. OLE color: 11916657.

HSL color Cylindrical-coordinate representation of color #71D5B5: hue angle of 160.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D5B5 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 181 -
CMYK 0.47 0 0.15 0.16
HSL 160.8º 0.54% 0.64% -
HSV(B) 160.8º 0.47% 0.84% -
XYZ 38.94 54.44 52.17 -
YUV 179.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 113 213 181 0.47 0 0.15 0.16 160.8 0.54 0.64
Hex 71 D5 B5 2F 0 F 10 A1 36 40
Octal 161 325 265 57 0 17 20 241 66 100
Binary 1110001 11010101 10110101 101111 0 1111 10000 10100001 110110 1000000

Color Harmonies of #71D5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D5B5

Black with #71D5B5

Text Example


Text Example

White with #71D5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,181); }

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

background-color css

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

 a { background-color: rgb(113,213,181); }

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

border-color css

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

 span { border-color: rgb(113,213,181); }

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