Html Css Color HEX #71FCBA Aquamarine

📋 copy color: '#71FCBA'

red 113 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #71FCBA

Tints of Aquamarine #71FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 20.51%
G = 45.74%
B = 33.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#71FCBA (or 0x71FCBA) is known color: Aquamarine. HEX triplet: 71, FC and BA. RGB value is (113,252,186). Sum of RGB (Red+Green+Blue) = 113+252+186=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCBA is #8E0345. Grayscale: #CBCBCB. Windows color (decimal): -9306950 or 12254321. OLE color: 12254321.

HSL color Cylindrical-coordinate representation of color #71FCBA: hue angle of 151.51º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCBA is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 186 -
CMYK 0.55 0 0.26 0.01
HSL 151.51º 0.96% 0.72% -
HSV(B) 151.51º 0.55% 0.99% -
XYZ 50.48 76.68 58.59 -
YUV 202.92 118.45 63.87 -
System Red Green Blue C M Y K H S L
Decimal 113 252 186 0.55 0 0.26 0.01 151.51 0.96 0.72
Hex 71 FC BA 37 0 1A 1 98 60 48
Octal 161 374 272 67 0 32 1 230 140 110
Binary 1110001 11111100 10111010 110111 0 11010 1 10011000 1100000 1001000

Color Harmonies of #71FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCBA

Black with #71FCBA

Text Example


Text Example

White with #71FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,252,186); }

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

background-color css

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

 a { background-color: rgb(113,252,186); }

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

border-color css

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

 span { border-color: rgb(113,252,186); }

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