Html Css Color HEX #72F6C2 Aquamarine

📋 copy color: '#72F6C2'

red 114 ◦ green 246 ◦ blue 194

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

Shades of Aquamarine #72F6C2

Tints of Aquamarine #72F6C2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.4%

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 20.58%
G = 44.4%
B = 35.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#72F6C2 (or 0x72F6C2) is known color: Aquamarine. HEX triplet: 72, F6 and C2. RGB value is (114,246,194). Sum of RGB (Red+Green+Blue) = 114+246+194=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F6C2 is #8D093D. Grayscale: #C8C8C8. Windows color (decimal): -9242942 or 12777074. OLE color: 12777074.

HSL color Cylindrical-coordinate representation of color #72F6C2: hue angle of 156.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6C2 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 246 194 -
CMYK 0.54 0 0.21 0.04
HSL 156.36º 0.88% 0.71% -
HSV(B) 156.36º 0.54% 0.96% -
XYZ 49.63 73.38 62.59 -
YUV 200.6 124.27 66.23 -
System Red Green Blue C M Y K H S L
Decimal 114 246 194 0.54 0 0.21 0.04 156.36 0.88 0.71
Hex 72 F6 C2 36 0 15 4 9C 58 47
Octal 162 366 302 66 0 25 4 234 130 107
Binary 1110010 11110110 11000010 110110 0 10101 100 10011100 1011000 1000111

Color Harmonies of #72F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F6C2

Black with #72F6C2

Text Example


Text Example

White with #72F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,246,194); }

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

background-color css

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

 a { background-color: rgb(114,246,194); }

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

border-color css

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

 span { border-color: rgb(114,246,194); }

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