Html Css Color HEX #71CDB0 Medium Aquamarine

📋 copy color: '#71CDB0'

red 113 ◦ green 205 ◦ blue 176

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

Shades of Medium Aquamarine #71CDB0

Tints of Medium Aquamarine #71CDB0

RGB

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

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

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

R = 22.87%
G = 41.5%
B = 35.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#71CDB0 (or 0x71CDB0) is known color: Medium Aquamarine. HEX triplet: 71, CD and B0. RGB value is (113,205,176). Sum of RGB (Red+Green+Blue) = 113+205+176=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDB0 is #8E324F. Grayscale: #AEAEAE. Windows color (decimal): -9318992 or 11586929. OLE color: 11586929.

HSL color Cylindrical-coordinate representation of color #71CDB0: hue angle of 161.09º 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 #71CDB0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 176 -
CMYK 0.45 0 0.14 0.20
HSL 161.09º 0.48% 0.62% -
HSV(B) 161.09º 0.45% 0.8% -
XYZ 36.48 50.31 48.86 -
YUV 174.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 113 205 176 0.45 0 0.14 0.20 161.09 0.48 0.62
Hex 71 CD B0 2D 0 E 14 A1 30 3E
Octal 161 315 260 55 0 16 24 241 60 76
Binary 1110001 11001101 10110000 101101 0 1110 10100 10100001 110000 111110

Color Harmonies of #71CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDB0

Black with #71CDB0

Text Example


Text Example

White with #71CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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