#72F3CC

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

Shades of Aquamarine #72F3CC

Tints of Aquamarine #72F3CC

Color information

#72F3CC (or 0x72F3CC) is unknown color: approx Aquamarine. HEX triplet: 72, F3 and CC. RGB value is (114,243,204). Sum of RGB (Red+Green+Blue) = 114+243+204=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #72F3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F3CC is #8D0C33. Grayscale: #C8C8C8. Windows color (decimal): -9243700 or 13431666. OLE color: 13431666.

HSL color Cylindrical-coordinate representation of color #72F3CC: hue angle of 161.86º 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 #72F3CC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB114243204-
CMYK0.5300.160.05
HSL161.86º84.31%70%-
HSV(B)161.86º53.09%95.29%-
XYZ49.8972.0468.4-
YUV199.98130.2666.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.32%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=20.32%
G=43.32%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142432040.5300.160.05161.8684.3170
Hex72F3CC350105a25446
Octal162363314650205242124106
Binary111001011110011110011001101010100001011010001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,243,204); }

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

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

 a { background-color: rgb(114,243,204); }

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

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

 span { border-color: rgb(114,243,204); }

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