#71F3C1

Color #71F3C1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #71F3C1

Tints of Aquamarine #71F3C1

Color information

#71F3C1 (or 0x71F3C1) is unknown color: approx Aquamarine. HEX triplet: 71, F3 and C1. RGB value is (113,243,193). Sum of RGB (Red+Green+Blue) = 113+243+193=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #71F3C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F3C1 is #8E0C3E. Grayscale: #C6C6C6. Windows color (decimal): -9309247 or 12710769. OLE color: 12710769.

HSL color Cylindrical-coordinate representation of color #71F3C1: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F3C1 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB113243193-
CMYK0.5300.210.05
HSL156.92º84.42%69.8%-
HSV(B)156.92º53.5%95.29%-
XYZ48.4971.4661.69-
YUV198.43124.9367.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.58%
GREEN value IS 243 (95.31% from 255) = 44.26%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=20.58%
G=44.26%
B=35.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132431930.5300.210.05156.9284.4269.8
Hex71F3C13501559d5446
Octal161363301650255235124106
Binary111000111110011110000011101010101011011001110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,243,193); }

 H1.HeaderClassName
 {
   color: #71F3C1;
 }
 .AnyTagClassName
 {
   color: #71F3C1;
 }
</style>
background-color css

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

 a { background-color: rgb(113,243,193); }

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

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

 span { border-color: rgb(113,243,193); }

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