Html Css Color HEX #72CFAB Medium Aquamarine

📋 copy color: '#72CFAB'

red 114 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #72CFAB

Tints of Medium Aquamarine #72CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 23.17%
G = 42.07%
B = 34.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#72CFAB (or 0x72CFAB) is known color: Medium Aquamarine. HEX triplet: 72, CF and AB. RGB value is (114,207,171). Sum of RGB (Red+Green+Blue) = 114+207+171=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFAB is #8D3054. Grayscale: #AFAFAF. Windows color (decimal): -9252949 or 11259762. OLE color: 11259762.

HSL color Cylindrical-coordinate representation of color #72CFAB: hue angle of 156.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFAB is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 171 -
CMYK 0.45 0 0.17 0.19
HSL 156.77º 0.49% 0.63% -
HSV(B) 156.77º 0.45% 0.81% -
XYZ 36.6 51.14 46.47 -
YUV 175.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 114 207 171 0.45 0 0.17 0.19 156.77 0.49 0.63
Hex 72 CF AB 2D 0 11 13 9D 31 3F
Octal 162 317 253 55 0 21 23 235 61 77
Binary 1110010 11001111 10101011 101101 0 10001 10011 10011101 110001 111111

Color Harmonies of #72CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFAB

Black with #72CFAB

Text Example


Text Example

White with #72CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,171); }

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

background-color css

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

 a { background-color: rgb(114,207,171); }

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

border-color css

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

 span { border-color: rgb(114,207,171); }

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