Html Css Color HEX #72F0CE Aquamarine

📋 copy color: '#72F0CE'

red 114 ◦ green 240 ◦ blue 206

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

Shades of Aquamarine #72F0CE

Tints of Aquamarine #72F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.86%

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

R = 20.36%
G = 42.86%
B = 36.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#72F0CE (or 0x72F0CE) is known color: Aquamarine. HEX triplet: 72, F0 and CE. RGB value is (114,240,206). Sum of RGB (Red+Green+Blue) = 114+240+206=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0CE is #8D0F31. Grayscale: #C6C6C6. Windows color (decimal): -9244466 or 13561970. OLE color: 13561970.

HSL color Cylindrical-coordinate representation of color #72F0CE: hue angle of 163.81º degrees, saturation: 0.81, 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 #72F0CE is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 206 -
CMYK 0.52 0 0.14 0.06
HSL 163.81º 0.81% 0.69% -
HSV(B) 163.81º 0.53% 0.94% -
XYZ 49.24 70.35 69.38 -
YUV 198.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 114 240 206 0.52 0 0.14 0.06 163.81 0.81 0.69
Hex 72 F0 CE 34 0 E 6 A4 51 45
Octal 162 360 316 64 0 16 6 244 121 105
Binary 1110010 11110000 11001110 110100 0 1110 110 10100100 1010001 1000101

Color Harmonies of #72F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0CE

Black with #72F0CE

Text Example


Text Example

White with #72F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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