Html Css Color HEX #71DCBE Downy

📋 copy color: '#71DCBE'

red 113 ◦ green 220 ◦ blue 190

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

Shades of Downy #71DCBE

Tints of Downy #71DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 21.61%
G = 42.07%
B = 36.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#71DCBE (or 0x71DCBE) is known color: Downy. HEX triplet: 71, DC and BE. RGB value is (113,220,190). Sum of RGB (Red+Green+Blue) = 113+220+190=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCBE is #8E2341. Grayscale: #B8B8B8. Windows color (decimal): -9315138 or 12508273. OLE color: 12508273.

HSL color Cylindrical-coordinate representation of color #71DCBE: hue angle of 163.18º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCBE is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 190 -
CMYK 0.49 0 0.14 0.14
HSL 163.18º 0.6% 0.65% -
HSV(B) 163.18º 0.49% 0.86% -
XYZ 41.7 58.41 57.79 -
YUV 184.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 113 220 190 0.49 0 0.14 0.14 163.18 0.6 0.65
Hex 71 DC BE 31 0 E E A3 3C 41
Octal 161 334 276 61 0 16 16 243 74 101
Binary 1110001 11011100 10111110 110001 0 1110 1110 10100011 111100 1000001

Color Harmonies of #71DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCBE

Black with #71DCBE

Text Example


Text Example

White with #71DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,190); }

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

background-color css

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

 a { background-color: rgb(113,220,190); }

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

border-color css

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

 span { border-color: rgb(113,220,190); }

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