#72FDCB

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

Shades of Aquamarine #72FDCB

Tints of Aquamarine #72FDCB

Color information

#72FDCB (or 0x72FDCB) is unknown color: approx Aquamarine. HEX triplet: 72, FD and CB. RGB value is (114,253,203). Sum of RGB (Red+Green+Blue) = 114+253+203=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #72FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FDCB is #8D0234. Grayscale: #CDCDCD. Windows color (decimal): -9241141 or 13368690. OLE color: 13368690.

HSL color Cylindrical-coordinate representation of color #72FDCB: hue angle of 158.42º degrees, saturation: 0.97, 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 #72FDCB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB114253203-
CMYK0.5500.200.01
HSL158.42º97.2%71.96%-
HSV(B)158.42º54.94%99.22%-
XYZ52.8478.1468.8-
YUV205.74126.4562.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 253 (99.22% from 255) = 44.39%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=20%
G=44.39%
B=35.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142532030.5500.200.01158.4297.271.96
Hex72FDCB3701419e6148
Octal162375313670241236141110
Binary1110010111111011100101111011101010011001111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,253,203); }

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

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

 a { background-color: rgb(114,253,203); }

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

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

 span { border-color: rgb(114,253,203); }

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