Html Css Color HEX #71D6C5 Downy

📋 copy color: '#71D6C5'

red 113 ◦ green 214 ◦ blue 197

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

Shades of Downy #71D6C5

Tints of Downy #71D6C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 21.56%
G = 40.84%
B = 37.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#71D6C5 (or 0x71D6C5) is known color: Downy. HEX triplet: 71, D6 and C5. RGB value is (113,214,197). Sum of RGB (Red+Green+Blue) = 113+214+197=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6C5 is #8E293A. Grayscale: #B5B5B5. Windows color (decimal): -9316667 or 12965489. OLE color: 12965489.

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

Color convert

RGB 113 214 197 -
CMYK 0.47 0 0.08 0.16
HSL 169.9º 0.55% 0.64% -
HSV(B) 169.9º 0.47% 0.84% -
XYZ 40.93 55.64 61.4 -
YUV 181.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 113 214 197 0.47 0 0.08 0.16 169.9 0.55 0.64
Hex 71 D6 C5 2F 0 8 10 AA 37 40
Octal 161 326 305 57 0 10 20 252 67 100
Binary 1110001 11010110 11000101 101111 0 1000 10000 10101010 110111 1000000

Color Harmonies of #71D6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6C5

Black with #71D6C5

Text Example


Text Example

White with #71D6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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