#72F9CA

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

Shades of Aquamarine #72F9CA

Tints of Aquamarine #72F9CA

Color information

#72F9CA (or 0x72F9CA) is unknown color: approx Aquamarine. HEX triplet: 72, F9 and CA. RGB value is (114,249,202). Sum of RGB (Red+Green+Blue) = 114+249+202=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9CA is #8D0635. Grayscale: #CBCBCB. Windows color (decimal): -9242166 or 13302130. OLE color: 13302130.

HSL color Cylindrical-coordinate representation of color #72F9CA: hue angle of 159.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9CA is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB114249202-
CMYK0.5400.190.02
HSL159.11º91.84%71.18%-
HSV(B)159.11º54.22%97.65%-
XYZ51.4875.5967.75-
YUV203.28127.2764.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.18%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=20.18%
G=44.07%
B=35.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142492020.5400.190.02159.1191.8471.18
Hex72F9CA3601329f5c47
Octal162371312660232237134107
Binary11100101111100111001010110110010011101001111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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