Html Css Color HEX #72CFB2 Medium Aquamarine

📋 copy color: '#72CFB2'

red 114 ◦ green 207 ◦ blue 178

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

Shades of Medium Aquamarine #72CFB2

Tints of Medium Aquamarine #72CFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 22.85%
G = 41.48%
B = 35.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#72CFB2 (or 0x72CFB2) is known color: Medium Aquamarine. HEX triplet: 72, CF and B2. RGB value is (114,207,178). Sum of RGB (Red+Green+Blue) = 114+207+178=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFB2 is #8D304D. Grayscale: #AFAFAF. Windows color (decimal): -9252942 or 11718514. OLE color: 11718514.

HSL color Cylindrical-coordinate representation of color #72CFB2: hue angle of 161.29º 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 #72CFB2 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 178 -
CMYK 0.45 0 0.14 0.19
HSL 161.29º 0.49% 0.63% -
HSV(B) 161.29º 0.45% 0.81% -
XYZ 37.29 51.42 50.08 -
YUV 175.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 114 207 178 0.45 0 0.14 0.19 161.29 0.49 0.63
Hex 72 CF B2 2D 0 E 13 A1 31 3F
Octal 162 317 262 55 0 16 23 241 61 77
Binary 1110010 11001111 10110010 101101 0 1110 10011 10100001 110001 111111

Color Harmonies of #72CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFB2

Black with #72CFB2

Text Example


Text Example

White with #72CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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