Html Css Color HEX #71BEA2 Medium Aquamarine

📋 copy color: '#71BEA2'

red 113 ◦ green 190 ◦ blue 162

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

Shades of Medium Aquamarine #71BEA2

Tints of Medium Aquamarine #71BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 24.3%
G = 40.86%
B = 34.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#71BEA2 (or 0x71BEA2) is known color: Medium Aquamarine. HEX triplet: 71, BE and A2. RGB value is (113,190,162). Sum of RGB (Red+Green+Blue) = 113+190+162=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA2 is #8E415D. Grayscale: #A3A3A3. Windows color (decimal): -9322846 or 10665585. OLE color: 10665585.

HSL color Cylindrical-coordinate representation of color #71BEA2: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEA2 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 162 -
CMYK 0.41 0 0.15 0.25
HSL 158.18º 0.37% 0.59% -
HSV(B) 158.18º 0.41% 0.75% -
XYZ 31.75 42.95 40.8 -
YUV 163.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 113 190 162 0.41 0 0.15 0.25 158.18 0.37 0.59
Hex 71 BE A2 29 0 F 19 9E 25 3B
Octal 161 276 242 51 0 17 31 236 45 73
Binary 1110001 10111110 10100010 101001 0 1111 11001 10011110 100101 111011

Color Harmonies of #71BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEA2

Black with #71BEA2

Text Example


Text Example

White with #71BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,162); }

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

background-color css

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

 a { background-color: rgb(113,190,162); }

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

border-color css

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

 span { border-color: rgb(113,190,162); }

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