Html Css Color HEX #72F2C3 Aquamarine

📋 copy color: '#72F2C3'

red 114 ◦ green 242 ◦ blue 195

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

Shades of Aquamarine #72F2C3

Tints of Aquamarine #72F2C3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 195 (76.56% from 255) = 35.39%

R = 20.69%
G = 43.92%
B = 35.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#72F2C3 (or 0x72F2C3) is known color: Aquamarine. HEX triplet: 72, F2 and C3. RGB value is (114,242,195). Sum of RGB (Red+Green+Blue) = 114+242+195=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F2C3 is #8D0D3C. Grayscale: #C6C6C6. Windows color (decimal): -9243965 or 12841586. OLE color: 12841586.

HSL color Cylindrical-coordinate representation of color #72F2C3: hue angle of 157.97º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F2C3 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 242 195 -
CMYK 0.53 0 0.19 0.05
HSL 157.97º 0.83% 0.7% -
HSV(B) 157.97º 0.53% 0.95% -
XYZ 48.54 71.02 62.78 -
YUV 198.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 114 242 195 0.53 0 0.19 0.05 157.97 0.83 0.7
Hex 72 F2 C3 35 0 13 5 9E 53 46
Octal 162 362 303 65 0 23 5 236 123 106
Binary 1110010 11110010 11000011 110101 0 10011 101 10011110 1010011 1000110

Color Harmonies of #72F2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F2C3

Black with #72F2C3

Text Example


Text Example

White with #72F2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,242,195); }

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

background-color css

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

 a { background-color: rgb(114,242,195); }

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

border-color css

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

 span { border-color: rgb(114,242,195); }

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