Html Css Color HEX #71DBB0 Medium Aquamarine

📋 copy color: '#71DBB0'

red 113 ◦ green 219 ◦ blue 176

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

Shades of Medium Aquamarine #71DBB0

Tints of Medium Aquamarine #71DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 22.24%
G = 43.11%
B = 34.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#71DBB0 (or 0x71DBB0) is known color: Medium Aquamarine. HEX triplet: 71, DB and B0. RGB value is (113,219,176). Sum of RGB (Red+Green+Blue) = 113+219+176=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBB0 is #8E244F. Grayscale: #B6B6B6. Windows color (decimal): -9315408 or 11590513. OLE color: 11590513.

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

Color convert

RGB 113 219 176 -
CMYK 0.48 0 0.20 0.14
HSL 155.66º 0.6% 0.65% -
HSV(B) 155.66º 0.48% 0.86% -
XYZ 39.98 57.31 50.03 -
YUV 182.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 113 219 176 0.48 0 0.20 0.14 155.66 0.6 0.65
Hex 71 DB B0 30 0 14 E 9C 3C 41
Octal 161 333 260 60 0 24 16 234 74 101
Binary 1110001 11011011 10110000 110000 0 10100 1110 10011100 111100 1000001

Color Harmonies of #71DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBB0

Black with #71DBB0

Text Example


Text Example

White with #71DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,176); }

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

background-color css

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

 a { background-color: rgb(113,219,176); }

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

border-color css

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

 span { border-color: rgb(113,219,176); }

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