Html Css Color HEX #71CBAA Medium Aquamarine

📋 copy color: '#71CBAA'

red 113 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #71CBAA

Tints of Medium Aquamarine #71CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 23.25%
G = 41.77%
B = 34.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#71CBAA (or 0x71CBAA) is known color: Medium Aquamarine. HEX triplet: 71, CB and AA. RGB value is (113,203,170). Sum of RGB (Red+Green+Blue) = 113+203+170=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CBAA is #8E3455. Grayscale: #ACACAC. Windows color (decimal): -9319510 or 11193201. OLE color: 11193201.

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

Color convert

RGB 113 203 170 -
CMYK 0.44 0 0.16 0.20
HSL 158º 0.46% 0.62% -
HSV(B) 158º 0.44% 0.8% -
XYZ 35.42 49.12 45.65 -
YUV 172.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 113 203 170 0.44 0 0.16 0.20 158 0.46 0.62
Hex 71 CB AA 2C 0 10 14 9E 2E 3E
Octal 161 313 252 54 0 20 24 236 56 76
Binary 1110001 11001011 10101010 101100 0 10000 10100 10011110 101110 111110

Color Harmonies of #71CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBAA

Black with #71CBAA

Text Example


Text Example

White with #71CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,170); }

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

background-color css

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

 a { background-color: rgb(113,203,170); }

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

border-color css

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

 span { border-color: rgb(113,203,170); }

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