Html Css Color HEX #72BFA2 Medium Aquamarine

📋 copy color: '#72BFA2'

red 114 ◦ green 191 ◦ blue 162

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

Shades of Medium Aquamarine #72BFA2

Tints of Medium Aquamarine #72BFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 24.41%
G = 40.9%
B = 34.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#72BFA2 (or 0x72BFA2) is known color: Medium Aquamarine. HEX triplet: 72, BF and A2. RGB value is (114,191,162). Sum of RGB (Red+Green+Blue) = 114+191+162=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFA2 is #8D405D. Grayscale: #A4A4A4. Windows color (decimal): -9257054 or 10665842. OLE color: 10665842.

HSL color Cylindrical-coordinate representation of color #72BFA2: hue angle of 157.4º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BFA2 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 162 -
CMYK 0.40 0 0.15 0.25
HSL 157.4º 0.38% 0.6% -
HSV(B) 157.4º 0.4% 0.75% -
XYZ 32.09 43.45 40.88 -
YUV 164.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 114 191 162 0.40 0 0.15 0.25 157.4 0.38 0.6
Hex 72 BF A2 28 0 F 19 9D 26 3C
Octal 162 277 242 50 0 17 31 235 46 74
Binary 1110010 10111111 10100010 101000 0 1111 11001 10011101 100110 111100

Color Harmonies of #72BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFA2

Black with #72BFA2

Text Example


Text Example

White with #72BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,162); }

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

background-color css

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

 a { background-color: rgb(114,191,162); }

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

border-color css

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

 span { border-color: rgb(114,191,162); }

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