Html Css Color HEX #71DDBB Downy

📋 copy color: '#71DDBB'

red 113 ◦ green 221 ◦ blue 187

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

Shades of Downy #71DDBB

Tints of Downy #71DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 21.69%
G = 42.42%
B = 35.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#71DDBB (or 0x71DDBB) is known color: Downy. HEX triplet: 71, DD and BB. RGB value is (113,221,187). Sum of RGB (Red+Green+Blue) = 113+221+187=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDBB is #8E2244. Grayscale: #B8B8B8. Windows color (decimal): -9314885 or 12311921. OLE color: 12311921.

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

Color convert

RGB 113 221 187 -
CMYK 0.49 0 0.15 0.13
HSL 161.11º 0.61% 0.65% -
HSV(B) 161.11º 0.49% 0.87% -
XYZ 41.64 58.81 56.17 -
YUV 184.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 113 221 187 0.49 0 0.15 0.13 161.11 0.61 0.65
Hex 71 DD BB 31 0 F D A1 3D 41
Octal 161 335 273 61 0 17 15 241 75 101
Binary 1110001 11011101 10111011 110001 0 1111 1101 10100001 111101 1000001

Color Harmonies of #71DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDBB

Black with #71DDBB

Text Example


Text Example

White with #71DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,221,187); }

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

background-color css

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

 a { background-color: rgb(113,221,187); }

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

border-color css

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

 span { border-color: rgb(113,221,187); }

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