Html Css Color HEX #72CBA0 Medium Aquamarine

📋 copy color: '#72CBA0'

red 114 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #72CBA0

Tints of Medium Aquamarine #72CBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 23.9%
G = 42.56%
B = 33.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#72CBA0 (or 0x72CBA0) is known color: Medium Aquamarine. HEX triplet: 72, CB and A0. RGB value is (114,203,160). Sum of RGB (Red+Green+Blue) = 114+203+160=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CBA0 is #8D345F. Grayscale: #ABABAB. Windows color (decimal): -9253984 or 10537842. OLE color: 10537842.

HSL color Cylindrical-coordinate representation of color #72CBA0: hue angle of 151.01º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBA0 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 160 -
CMYK 0.44 0 0.21 0.20
HSL 151.01º 0.46% 0.62% -
HSV(B) 151.01º 0.44% 0.8% -
XYZ 34.64 48.83 40.86 -
YUV 171.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 114 203 160 0.44 0 0.21 0.20 151.01 0.46 0.62
Hex 72 CB A0 2C 0 15 14 97 2E 3E
Octal 162 313 240 54 0 25 24 227 56 76
Binary 1110010 11001011 10100000 101100 0 10101 10100 10010111 101110 111110

Color Harmonies of #72CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBA0

Black with #72CBA0

Text Example


Text Example

White with #72CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,203,160); }

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

background-color css

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

 a { background-color: rgb(114,203,160); }

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

border-color css

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

 span { border-color: rgb(114,203,160); }

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