#71F5CC

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

Shades of Aquamarine #71F5CC

Tints of Aquamarine #71F5CC

Color information

#71F5CC (or 0x71F5CC) is unknown color: approx Aquamarine. HEX triplet: 71, F5 and CC. RGB value is (113,245,204). Sum of RGB (Red+Green+Blue) = 113+245+204=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #71F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F5CC is #8E0A33. Grayscale: #C8C8C8. Windows color (decimal): -9308724 or 13432177. OLE color: 13432177.

HSL color Cylindrical-coordinate representation of color #71F5CC: hue angle of 161.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F5CC is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB113245204-
CMYK0.5400.170.04
HSL161.36º86.84%70.2%-
HSV(B)161.36º53.88%96.08%-
XYZ50.3673.1868.6-
YUV200.86129.7765.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.11%
GREEN value IS 245 (96.09% from 255) = 43.59%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=20.11%
G=43.59%
B=36.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1132452040.5400.170.04161.3686.8470.2
Hex71F5CC360114a15746
Octal161365314660214241127106
Binary111000111110101110011001101100100011001010000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,245,204); }

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

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

 a { background-color: rgb(113,245,204); }

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

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

 span { border-color: rgb(113,245,204); }

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