#71F1C1

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

Shades of Aquamarine #71F1C1

Tints of Aquamarine #71F1C1

Color information

#71F1C1 (or 0x71F1C1) is unknown color: approx Aquamarine. HEX triplet: 71, F1 and C1. RGB value is (113,241,193). Sum of RGB (Red+Green+Blue) = 113+241+193=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1C1 is #8E0E3E. Grayscale: #C5C5C5. Windows color (decimal): -9309759 or 12710257. OLE color: 12710257.

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

Color convert

RGB113241193-
CMYK0.5300.200.05
HSL157.5º82.05%69.41%-
HSV(B)157.5º53.11%94.51%-
XYZ47.8970.2761.49-
YUV197.26125.5967.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.66%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=20.66%
G=44.06%
B=35.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132411930.5300.200.05157.582.0569.41
Hex71F1C13501459e5245
Octal161361301650245236122105
Binary111000111110001110000011101010101001011001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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