#72EFC4

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

Shades of Aquamarine #72EFC4

Tints of Aquamarine #72EFC4

Color information

#72EFC4 (or 0x72EFC4) is unknown color: approx Aquamarine. HEX triplet: 72, EF and C4. RGB value is (114,239,196). Sum of RGB (Red+Green+Blue) = 114+239+196=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFC4 is #8D103B. Grayscale: #C4C4C4. Windows color (decimal): -9244732 or 12906354. OLE color: 12906354.

HSL color Cylindrical-coordinate representation of color #72EFC4: hue angle of 159.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFC4 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB114239196-
CMYK0.5200.180.06
HSL159.36º79.62%69.22%-
HSV(B)159.36º52.3%93.73%-
XYZ47.7769.363.08-
YUV196.72127.5969-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=20.77%
G=43.53%
B=35.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391960.5200.180.06159.3679.6269.22
Hex72EFC43401269f5045
Octal162357304640226237120105
Binary111001011101111110001001101000100101101001111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,196); }

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

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

 a { background-color: rgb(114,239,196); }

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

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

 span { border-color: rgb(114,239,196); }

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