Html Css Color HEX #72F2CC Aquamarine

📋 copy color: '#72F2CC'

red 114 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #72F2CC

Tints of Aquamarine #72F2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 20.36%
G = 43.21%
B = 36.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#72F2CC (or 0x72F2CC) is known color: Aquamarine. HEX triplet: 72, F2 and CC. RGB value is (114,242,204). Sum of RGB (Red+Green+Blue) = 114+242+204=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F2CC is #8D0D33. Grayscale: #C7C7C7. Windows color (decimal): -9243956 or 13431410. OLE color: 13431410.

HSL color Cylindrical-coordinate representation of color #72F2CC: hue angle of 162.19º 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 #72F2CC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 242 204 -
CMYK 0.53 0 0.16 0.05
HSL 162.19º 0.83% 0.7% -
HSV(B) 162.19º 0.53% 0.95% -
XYZ 49.59 71.44 68.3 -
YUV 199.4 130.59 67.09 -
System Red Green Blue C M Y K H S L
Decimal 114 242 204 0.53 0 0.16 0.05 162.19 0.83 0.7
Hex 72 F2 CC 35 0 10 5 A2 53 46
Octal 162 362 314 65 0 20 5 242 123 106
Binary 1110010 11110010 11001100 110101 0 10000 101 10100010 1010011 1000110

Color Harmonies of #72F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F2CC

Black with #72F2CC

Text Example


Text Example

White with #72F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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