Html Css Color HEX #72CAA6 Medium Aquamarine

📋 copy color: '#72CAA6'

red 114 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #72CAA6

Tints of Medium Aquamarine #72CAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.44%

R = 23.65%
G = 41.91%
B = 34.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#72CAA6 (or 0x72CAA6) is known color: Medium Aquamarine. HEX triplet: 72, CA and A6. RGB value is (114,202,166). Sum of RGB (Red+Green+Blue) = 114+202+166=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #72CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CAA6 is #8D3559. Grayscale: #ABABAB. Windows color (decimal): -9254234 or 10930802. OLE color: 10930802.

HSL color Cylindrical-coordinate representation of color #72CAA6: hue angle of 155.45º 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 #72CAA6 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 166 -
CMYK 0.44 0 0.18 0.21
HSL 155.45º 0.45% 0.62% -
HSV(B) 155.45º 0.44% 0.79% -
XYZ 34.94 48.57 43.61 -
YUV 171.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 114 202 166 0.44 0 0.18 0.21 155.45 0.45 0.62
Hex 72 CA A6 2C 0 12 15 9B 2D 3E
Octal 162 312 246 54 0 22 25 233 55 76
Binary 1110010 11001010 10100110 101100 0 10010 10101 10011011 101101 111110

Color Harmonies of #72CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CAA6

Black with #72CAA6

Text Example


Text Example

White with #72CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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