Html Css Color HEX #72CCA6 Medium Aquamarine

📋 copy color: '#72CCA6'

red 114 ◦ green 204 ◦ blue 166

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

Shades of Medium Aquamarine #72CCA6

Tints of Medium Aquamarine #72CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

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

R = 23.55%
G = 42.15%
B = 34.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#72CCA6 (or 0x72CCA6) is known color: Medium Aquamarine. HEX triplet: 72, CC and A6. RGB value is (114,204,166). Sum of RGB (Red+Green+Blue) = 114+204+166=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CCA6 is #8D3359. Grayscale: #ACACAC. Windows color (decimal): -9253722 or 10931314. OLE color: 10931314.

HSL color Cylindrical-coordinate representation of color #72CCA6: hue angle of 154.67º degrees, saturation: 0.47, 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 #72CCA6 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 204 166 -
CMYK 0.44 0 0.19 0.2
HSL 154.67º 0.47% 0.62% -
HSV(B) 154.67º 0.44% 0.8% -
XYZ 35.42 49.52 43.77 -
YUV 172.76 124.18 86.09 -
System Red Green Blue C M Y K H S L
Decimal 114 204 166 0.44 0 0.19 0.2 154.67 0.47 0.62
Hex 72 CC A6 2C 0 13 14 9B 2F 3E
Octal 162 314 246 54 0 23 24 233 57 76
Binary 1110010 11001100 10100110 101100 0 10011 10100 10011011 101111 111110

Color Harmonies of #72CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CCA6

Black with #72CCA6

Text Example


Text Example

White with #72CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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