Html Css Color HEX #71D6B9 Downy

📋 copy color: '#71D6B9'

red 113 ◦ green 214 ◦ blue 185

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

Shades of Downy #71D6B9

Tints of Downy #71D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 22.07%
G = 41.8%
B = 36.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#71D6B9 (or 0x71D6B9) is known color: Downy. HEX triplet: 71, D6 and B9. RGB value is (113,214,185). Sum of RGB (Red+Green+Blue) = 113+214+185=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6B9 is #8E2946. Grayscale: #B4B4B4. Windows color (decimal): -9316679 or 12179057. OLE color: 12179057.

HSL color Cylindrical-coordinate representation of color #71D6B9: hue angle of 162.77º degrees, saturation: 0.55, 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 #71D6B9 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 185 -
CMYK 0.47 0 0.14 0.16
HSL 162.77º 0.55% 0.64% -
HSV(B) 162.77º 0.47% 0.84% -
XYZ 39.61 55.11 54.45 -
YUV 180.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 113 214 185 0.47 0 0.14 0.16 162.77 0.55 0.64
Hex 71 D6 B9 2F 0 E 10 A3 37 40
Octal 161 326 271 57 0 16 20 243 67 100
Binary 1110001 11010110 10111001 101111 0 1110 10000 10100011 110111 1000000

Color Harmonies of #71D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6B9

Black with #71D6B9

Text Example


Text Example

White with #71D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,185); }

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

background-color css

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

 a { background-color: rgb(113,214,185); }

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

border-color css

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

 span { border-color: rgb(113,214,185); }

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