Html Css Color HEX #71CDBA Downy

📋 copy color: '#71CDBA'

red 113 ◦ green 205 ◦ blue 186

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

Shades of Downy #71CDBA

Tints of Downy #71CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 22.42%
G = 40.67%
B = 36.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#71CDBA (or 0x71CDBA) is known color: Downy. HEX triplet: 71, CD and BA. RGB value is (113,205,186). Sum of RGB (Red+Green+Blue) = 113+205+186=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDBA is #8E3245. Grayscale: #AFAFAF. Windows color (decimal): -9318982 or 12242289. OLE color: 12242289.

HSL color Cylindrical-coordinate representation of color #71CDBA: hue angle of 167.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDBA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 186 -
CMYK 0.45 0 0.09 0.20
HSL 167.61º 0.48% 0.62% -
HSV(B) 167.61º 0.45% 0.8% -
XYZ 37.5 50.72 54.27 -
YUV 175.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 113 205 186 0.45 0 0.09 0.20 167.61 0.48 0.62
Hex 71 CD BA 2D 0 9 14 A8 30 3E
Octal 161 315 272 55 0 11 24 250 60 76
Binary 1110001 11001101 10111010 101101 0 1001 10100 10101000 110000 111110

Color Harmonies of #71CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDBA

Black with #71CDBA

Text Example


Text Example

White with #71CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,186); }

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

background-color css

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

 a { background-color: rgb(113,205,186); }

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

border-color css

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

 span { border-color: rgb(113,205,186); }

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