Html Css Color HEX #72F5C4 Aquamarine

📋 copy color: '#72F5C4'

red 114 ◦ green 245 ◦ blue 196

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

Shades of Aquamarine #72F5C4

Tints of Aquamarine #72F5C4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.14%

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 20.54%
G = 44.14%
B = 35.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#72F5C4 (or 0x72F5C4) is known color: Aquamarine. HEX triplet: 72, F5 and C4. RGB value is (114,245,196). Sum of RGB (Red+Green+Blue) = 114+245+196=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5C4 is #8D0A3B. Grayscale: #C8C8C8. Windows color (decimal): -9243196 or 12907890. OLE color: 12907890.

HSL color Cylindrical-coordinate representation of color #72F5C4: hue angle of 157.56º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F5C4 is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 245 196 -
CMYK 0.53 0 0.2 0.04
HSL 157.56º 0.87% 0.7% -
HSV(B) 157.56º 0.53% 0.96% -
XYZ 49.56 72.87 63.68 -
YUV 200.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 114 245 196 0.53 0 0.2 0.04 157.56 0.87 0.7
Hex 72 F5 C4 35 0 14 4 9E 57 46
Octal 162 365 304 65 0 24 4 236 127 106
Binary 1110010 11110101 11000100 110101 0 10100 100 10011110 1010111 1000110

Color Harmonies of #72F5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F5C4

Black with #72F5C4

Text Example


Text Example

White with #72F5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,245,196); }

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

background-color css

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

 a { background-color: rgb(114,245,196); }

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

border-color css

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

 span { border-color: rgb(114,245,196); }

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