Html Css Color HEX #72FFCC Aquamarine

📋 copy color: '#72FFCC'

red 114 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #72FFCC

Tints of Aquamarine #72FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

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

R = 19.9%
G = 44.5%
B = 35.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#72FFCC (or 0x72FFCC) is known color: Aquamarine. HEX triplet: 72, FF and CC. RGB value is (114,255,204). Sum of RGB (Red+Green+Blue) = 114+255+204=573 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.90% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCC is #8D0033. Grayscale: #CFCFCF. Windows color (decimal): -9240628 or 13434738. OLE color: 13434738.

HSL color Cylindrical-coordinate representation of color #72FFCC: hue angle of 158.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFCC is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 114 255 204 -
CMYK 0.55 0 0.2 0
HSL 158.3º 1% 0.72% -
HSV(B) 158.3º 0.55% 1% -
XYZ 53.6 79.46 69.64 -
YUV 207.03 126.29 61.65 -
System Red Green Blue C M Y K H S L
Decimal 114 255 204 0.55 0 0.2 0 158.3 1 0.72
Hex 72 FF CC 37 0 14 0 9E 64 48
Octal 162 377 314 67 0 24 0 236 144 110
Binary 1110010 11111111 11001100 110111 0 10100 0 10011110 1100100 1001000

Color Harmonies of #72FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFCC

Black with #72FFCC

Text Example


Text Example

White with #72FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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