Html Css Color HEX #71DEBA Downy

📋 copy color: '#71DEBA'

red 113 ◦ green 222 ◦ blue 186

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

Shades of Downy #71DEBA

Tints of Downy #71DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

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

R = 21.69%
G = 42.61%
B = 35.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#71DEBA (or 0x71DEBA) is known color: Downy. HEX triplet: 71, DE and BA. RGB value is (113,222,186). Sum of RGB (Red+Green+Blue) = 113+222+186=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEBA is #8E2145. Grayscale: #B9B9B9. Windows color (decimal): -9314630 or 12246641. OLE color: 12246641.

HSL color Cylindrical-coordinate representation of color #71DEBA: hue angle of 160.18º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEBA is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 186 -
CMYK 0.49 0 0.16 0.13
HSL 160.18º 0.62% 0.66% -
HSV(B) 160.18º 0.49% 0.87% -
XYZ 41.79 59.3 55.7 -
YUV 185.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 113 222 186 0.49 0 0.16 0.13 160.18 0.62 0.66
Hex 71 DE BA 31 0 10 D A0 3E 42
Octal 161 336 272 61 0 20 15 240 76 102
Binary 1110001 11011110 10111010 110001 0 10000 1101 10100000 111110 1000010

Color Harmonies of #71DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEBA

Black with #71DEBA

Text Example


Text Example

White with #71DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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