#72FCCC

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

Shades of Aquamarine #72FCCC

Tints of Aquamarine #72FCCC

Color information

#72FCCC (or 0x72FCCC) is unknown color: approx Aquamarine. HEX triplet: 72, FC and CC. RGB value is (114,252,204). Sum of RGB (Red+Green+Blue) = 114+252+204=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FCCC is #8D0333. Grayscale: #CDCDCD. Windows color (decimal): -9241396 or 13433970. OLE color: 13433970.

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

Color convert

RGB114252204-
CMYK0.5500.190.01
HSL159.13º95.83%71.76%-
HSV(B)159.13º54.76%98.82%-
XYZ52.6577.5669.32-
YUV205.27127.2862.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=20%
G=44.21%
B=35.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142522040.5500.190.01159.1395.8371.76
Hex72FCCC3701319f6048
Octal162374314670231237140110
Binary1110010111111001100110011011101001111001111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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