Html Css Color HEX #72F0B5 Aquamarine

📋 copy color: '#72F0B5'

red 114 ◦ green 240 ◦ blue 181

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

Shades of Aquamarine #72F0B5

Tints of Aquamarine #72F0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.83%

R = 21.31%
G = 44.86%
B = 33.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#72F0B5 (or 0x72F0B5) is known color: Aquamarine. HEX triplet: 72, F0 and B5. RGB value is (114,240,181). Sum of RGB (Red+Green+Blue) = 114+240+181=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0B5 is #8D0F4A. Grayscale: #C3C3C3. Windows color (decimal): -9244491 or 11923570. OLE color: 11923570.

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

Color convert

RGB 114 240 181 -
CMYK 0.52 0 0.25 0.06
HSL 151.9º 0.81% 0.69% -
HSV(B) 151.9º 0.53% 0.94% -
XYZ 46.44 69.23 54.63 -
YUV 195.6 119.76 69.8 -
System Red Green Blue C M Y K H S L
Decimal 114 240 181 0.52 0 0.25 0.06 151.9 0.81 0.69
Hex 72 F0 B5 34 0 19 6 98 51 45
Octal 162 360 265 64 0 31 6 230 121 105
Binary 1110010 11110000 10110101 110100 0 11001 110 10011000 1010001 1000101

Color Harmonies of #72F0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0B5

Black with #72F0B5

Text Example


Text Example

White with #72F0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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