Html Css Color HEX #71CBA5 Medium Aquamarine

📋 copy color: '#71CBA5'

red 113 ◦ green 203 ◦ blue 165

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

Shades of Medium Aquamarine #71CBA5

Tints of Medium Aquamarine #71CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 23.49%
G = 42.2%
B = 34.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#71CBA5 (or 0x71CBA5) is known color: Medium Aquamarine. HEX triplet: 71, CB and A5. RGB value is (113,203,165). Sum of RGB (Red+Green+Blue) = 113+203+165=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CBA5 is #8E345A. Grayscale: #ABABAB. Windows color (decimal): -9319515 or 10865521. OLE color: 10865521.

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

Color convert

RGB 113 203 165 -
CMYK 0.44 0 0.19 0.20
HSL 154.67º 0.46% 0.62% -
HSV(B) 154.67º 0.44% 0.8% -
XYZ 34.96 48.94 43.2 -
YUV 171.76 124.18 86.09 -
System Red Green Blue C M Y K H S L
Decimal 113 203 165 0.44 0 0.19 0.20 154.67 0.46 0.62
Hex 71 CB A5 2C 0 13 14 9B 2E 3E
Octal 161 313 245 54 0 23 24 233 56 76
Binary 1110001 11001011 10100101 101100 0 10011 10100 10011011 101110 111110

Color Harmonies of #71CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBA5

Black with #71CBA5

Text Example


Text Example

White with #71CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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