#72FECA

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

Shades of Aquamarine #72FECA

Tints of Aquamarine #72FECA

Color information

#72FECA (or 0x72FECA) is unknown color: approx Aquamarine. HEX triplet: 72, FE and CA. RGB value is (114,254,202). Sum of RGB (Red+Green+Blue) = 114+254+202=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #72FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FECA is #8D0135. Grayscale: #CECECE. Windows color (decimal): -9240886 or 13303410. OLE color: 13303410.

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

Color convert

RGB114254202-
CMYK0.5500.200.00
HSL157.71º98.59%72.16%-
HSV(B)157.71º55.12%99.61%-
XYZ53.0478.7368.28-
YUV206.21125.6262.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=20%
G=44.56%
B=35.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142542020.5500.200.00157.7198.5972.16
Hex72FECA3701409e6348
Octal162376312670240236143110
Binary1110010111111101100101011011101010001001111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72FECA; }

 p { color: rgb(114,254,202); }

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

<style>
 a { background-color: #72FECA; }

 a { background-color: rgb(114,254,202); }

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

<style>
 span { border-color: #72FECA; }

 span { border-color: rgb(114,254,202); }

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