Html Css Color HEX #72F0C1 Aquamarine

📋 copy color: '#72F0C1'

red 114 ◦ green 240 ◦ blue 193

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

Shades of Aquamarine #72F0C1

Tints of Aquamarine #72F0C1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.88%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 20.84%
G = 43.88%
B = 35.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#72F0C1 (or 0x72F0C1) is known color: Aquamarine. HEX triplet: 72, F0 and C1. RGB value is (114,240,193). Sum of RGB (Red+Green+Blue) = 114+240+193=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0C1 is #8D0F3E. Grayscale: #C5C5C5. Windows color (decimal): -9244479 or 12710002. OLE color: 12710002.

HSL color Cylindrical-coordinate representation of color #72F0C1: hue angle of 157.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0C1 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 193 -
CMYK 0.52 0 0.20 0.06
HSL 157.62º 0.81% 0.69% -
HSV(B) 157.62º 0.53% 0.94% -
XYZ 47.73 69.75 61.4 -
YUV 196.97 125.76 68.82 -
System Red Green Blue C M Y K H S L
Decimal 114 240 193 0.52 0 0.20 0.06 157.62 0.81 0.69
Hex 72 F0 C1 34 0 14 6 9E 51 45
Octal 162 360 301 64 0 24 6 236 121 105
Binary 1110010 11110000 11000001 110100 0 10100 110 10011110 1010001 1000101

Color Harmonies of #72F0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0C1

Black with #72F0C1

Text Example


Text Example

White with #72F0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,240,193); }

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

background-color css

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

 a { background-color: rgb(114,240,193); }

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

border-color css

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

 span { border-color: rgb(114,240,193); }

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