Html Css Color HEX #72CCA4 Medium Aquamarine

📋 copy color: '#72CCA4'

red 114 ◦ green 204 ◦ blue 164

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

Shades of Medium Aquamarine #72CCA4

Tints of Medium Aquamarine #72CCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 23.65%
G = 42.32%
B = 34.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#72CCA4 (or 0x72CCA4) is known color: Medium Aquamarine. HEX triplet: 72, CC and A4. RGB value is (114,204,164). Sum of RGB (Red+Green+Blue) = 114+204+164=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CCA4 is #8D335B. Grayscale: #ACACAC. Windows color (decimal): -9253724 or 10800242. OLE color: 10800242.

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

Color convert

RGB 114 204 164 -
CMYK 0.44 0 0.20 0.2
HSL 153.33º 0.47% 0.62% -
HSV(B) 153.33º 0.44% 0.8% -
XYZ 35.23 49.44 42.81 -
YUV 172.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 114 204 164 0.44 0 0.20 0.2 153.33 0.47 0.62
Hex 72 CC A4 2C 0 14 14 99 2F 3E
Octal 162 314 244 54 0 24 24 231 57 76
Binary 1110010 11001100 10100100 101100 0 10100 10100 10011001 101111 111110

Color Harmonies of #72CCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CCA4

Black with #72CCA4

Text Example


Text Example

White with #72CCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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