Html Css Color HEX #72FFCE Aquamarine

📋 copy color: '#72FFCE'

red 114 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #72FFCE

Tints of Aquamarine #72FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 19.83%
G = 44.35%
B = 35.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#72FFCE (or 0x72FFCE) is known color: Aquamarine. HEX triplet: 72, FF and CE. RGB value is (114,255,206). Sum of RGB (Red+Green+Blue) = 114+255+206=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCE is #8D0031. Grayscale: #CFCFCF. Windows color (decimal): -9240626 or 13565810. OLE color: 13565810.

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

Color convert

RGB 114 255 206 -
CMYK 0.55 0 0.19 0
HSL 159.15º 1% 0.72% -
HSV(B) 159.15º 0.55% 1% -
XYZ 53.84 79.55 70.91 -
YUV 207.26 127.29 61.48 -
System Red Green Blue C M Y K H S L
Decimal 114 255 206 0.55 0 0.19 0 159.15 1 0.72
Hex 72 FF CE 37 0 13 0 9F 64 48
Octal 162 377 316 67 0 23 0 237 144 110
Binary 1110010 11111111 11001110 110111 0 10011 0 10011111 1100100 1001000

Color Harmonies of #72FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFCE

Black with #72FFCE

Text Example


Text Example

White with #72FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,255,206); }

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

background-color css

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

 a { background-color: rgb(114,255,206); }

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

border-color css

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

 span { border-color: rgb(114,255,206); }

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