Html Css Color HEX #72FEC8 Aquamarine

📋 copy color: '#72FEC8'

red 114 ◦ green 254 ◦ blue 200

#72FEC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #72FEC8

Tints of Aquamarine #72FEC8

RGB

 RED value IS 114 (44.92% from 255) = 20.07%

 GREEN value IS 254 (99.61% from 255) = 44.72%

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 20.07%
G = 44.72%
B = 35.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#72FEC8 (or 0x72FEC8) is known color: Aquamarine. HEX triplet: 72, FE and C8. RGB value is (114,254,200). Sum of RGB (Red+Green+Blue) = 114+254+200=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEC8 is #8D0137. Grayscale: #CECECE. Windows color (decimal): -9240888 or 13172338. OLE color: 13172338.

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

Color convert

RGB 114 254 200 -
CMYK 0.55 0 0.21 0.00
HSL 156.86º 0.99% 0.72% -
HSV(B) 156.86º 0.55% 1% -
XYZ 52.81 78.63 67.04 -
YUV 205.98 124.62 62.39 -
System Red Green Blue C M Y K H S L
Decimal 114 254 200 0.55 0 0.21 0.00 156.86 0.99 0.72
Hex 72 FE C8 37 0 15 0 9D 63 48
Octal 162 376 310 67 0 25 0 235 143 110
Binary 1110010 11111110 11001000 110111 0 10101 0 10011101 1100011 1001000

Color Harmonies of #72FEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEC8

Black with #72FEC8

Text Example


Text Example

White with #72FEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,254,200); }

 H1.HeaderClassName
 {
   color: #72FEC8;
 }
 .AnyTagClassName
 {
   color: #72FEC8;
 }
</style>

background-color css

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

 a { background-color: rgb(114,254,200); }

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

border-color css

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

 span { border-color: rgb(114,254,200); }

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