Html Css Color HEX #72CAA2 Medium Aquamarine

📋 copy color: '#72CAA2'

red 114 ◦ green 202 ◦ blue 162

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

Shades of Medium Aquamarine #72CAA2

Tints of Medium Aquamarine #72CAA2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 23.85%
G = 42.26%
B = 33.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#72CAA2 (or 0x72CAA2) is known color: Medium Aquamarine. HEX triplet: 72, CA and A2. RGB value is (114,202,162). Sum of RGB (Red+Green+Blue) = 114+202+162=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #72CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CAA2 is #8D355D. Grayscale: #ABABAB. Windows color (decimal): -9254238 or 10668658. OLE color: 10668658.

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

Color convert

RGB 114 202 162 -
CMYK 0.44 0 0.20 0.21
HSL 152.73º 0.45% 0.62% -
HSV(B) 152.73º 0.44% 0.79% -
XYZ 34.58 48.43 41.71 -
YUV 171.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 114 202 162 0.44 0 0.20 0.21 152.73 0.45 0.62
Hex 72 CA A2 2C 0 14 15 99 2D 3E
Octal 162 312 242 54 0 24 25 231 55 76
Binary 1110010 11001010 10100010 101100 0 10100 10101 10011001 101101 111110

Color Harmonies of #72CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CAA2

Black with #72CAA2

Text Example


Text Example

White with #72CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,162); }

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

background-color css

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

 a { background-color: rgb(114,202,162); }

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

border-color css

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

 span { border-color: rgb(114,202,162); }

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