Html Css Color HEX #72D6A6 Medium Aquamarine

📋 copy color: '#72D6A6'

red 114 ◦ green 214 ◦ blue 166

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

Shades of Medium Aquamarine #72D6A6

Tints of Medium Aquamarine #72D6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

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

R = 23.08%
G = 43.32%
B = 33.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#72D6A6 (or 0x72D6A6) is known color: Medium Aquamarine. HEX triplet: 72, D6 and A6. RGB value is (114,214,166). Sum of RGB (Red+Green+Blue) = 114+214+166=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #72D6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D6A6 is #8D2959. Grayscale: #B2B2B2. Windows color (decimal): -9251162 or 10933874. OLE color: 10933874.

HSL color Cylindrical-coordinate representation of color #72D6A6: hue angle of 151.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D6A6 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 166 -
CMYK 0.47 0 0.22 0.16
HSL 151.2º 0.55% 0.64% -
HSV(B) 151.2º 0.47% 0.84% -
XYZ 37.87 54.42 44.59 -
YUV 178.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 114 214 166 0.47 0 0.22 0.16 151.2 0.55 0.64
Hex 72 D6 A6 2F 0 16 10 97 37 40
Octal 162 326 246 57 0 26 20 227 67 100
Binary 1110010 11010110 10100110 101111 0 10110 10000 10010111 110111 1000000

Color Harmonies of #72D6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D6A6

Black with #72D6A6

Text Example


Text Example

White with #72D6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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