Html Css Color HEX #72F3B9 Aquamarine

📋 copy color: '#72F3B9'

red 114 ◦ green 243 ◦ blue 185

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

Shades of Aquamarine #72F3B9

Tints of Aquamarine #72F3B9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 21.03%
G = 44.83%
B = 34.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#72F3B9 (or 0x72F3B9) is known color: Aquamarine. HEX triplet: 72, F3 and B9. RGB value is (114,243,185). Sum of RGB (Red+Green+Blue) = 114+243+185=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #72F3B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F3B9 is #8D0C46. Grayscale: #C5C5C5. Windows color (decimal): -9243719 or 12186482. OLE color: 12186482.

HSL color Cylindrical-coordinate representation of color #72F3B9: hue angle of 153.02º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F3B9 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 243 185 -
CMYK 0.53 0 0.24 0.05
HSL 153.02º 0.84% 0.7% -
HSV(B) 153.02º 0.53% 0.95% -
XYZ 47.75 71.18 57.12 -
YUV 197.82 120.76 68.22 -
System Red Green Blue C M Y K H S L
Decimal 114 243 185 0.53 0 0.24 0.05 153.02 0.84 0.7
Hex 72 F3 B9 35 0 18 5 99 54 46
Octal 162 363 271 65 0 30 5 231 124 106
Binary 1110010 11110011 10111001 110101 0 11000 101 10011001 1010100 1000110

Color Harmonies of #72F3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F3B9

Black with #72F3B9

Text Example


Text Example

White with #72F3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,243,185); }

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

background-color css

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

 a { background-color: rgb(114,243,185); }

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

border-color css

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

 span { border-color: rgb(114,243,185); }

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