Html Css Color HEX #71FEC0 Aquamarine

📋 copy color: '#71FEC0'

red 113 ◦ green 254 ◦ blue 192

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

Shades of Aquamarine #71FEC0

Tints of Aquamarine #71FEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.44%

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 20.21%
G = 45.44%
B = 34.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#71FEC0 (or 0x71FEC0) is known color: Aquamarine. HEX triplet: 71, FE and C0. RGB value is (113,254,192). Sum of RGB (Red+Green+Blue) = 113+254+192=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FEC0 is #8E013F. Grayscale: #CCCCCC. Windows color (decimal): -9306432 or 12648049. OLE color: 12648049.

HSL color Cylindrical-coordinate representation of color #71FEC0: hue angle of 153.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEC0 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 254 192 -
CMYK 0.56 0 0.24 0.00
HSL 153.62º 0.99% 0.72% -
HSV(B) 153.62º 0.56% 1% -
XYZ 51.77 78.2 62.23 -
YUV 204.77 120.79 62.54 -
System Red Green Blue C M Y K H S L
Decimal 113 254 192 0.56 0 0.24 0.00 153.62 0.99 0.72
Hex 71 FE C0 38 0 18 0 9A 63 48
Octal 161 376 300 70 0 30 0 232 143 110
Binary 1110001 11111110 11000000 111000 0 11000 0 10011010 1100011 1001000

Color Harmonies of #71FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FEC0

Black with #71FEC0

Text Example


Text Example

White with #71FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,254,192); }

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

background-color css

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

 a { background-color: rgb(113,254,192); }

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

border-color css

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

 span { border-color: rgb(113,254,192); }

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