Html Css Color HEX #80FFCC Aquamarine

📋 copy color: '#80FFCC'

red 128 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #80FFCC

Tints of Aquamarine #80FFCC

RGB

 RED value IS 128 (50.39% from 255) = 21.81%

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

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

R = 21.81%
G = 43.44%
B = 34.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#80FFCC (or 0x80FFCC) is known color: Aquamarine. HEX triplet: 80, FF and CC. RGB value is (128,255,204). Sum of RGB (Red+Green+Blue) = 128+255+204=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFCC is #7F0033. Grayscale: #D3D3D3. Windows color (decimal): -8323124 or 13434752. OLE color: 13434752.

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

Color convert

RGB 128 255 204 -
CMYK 0.50 0 0.2 0
HSL 155.91º 1% 0.75% -
HSV(B) 155.91º 0.5% 1% -
XYZ 55.56 80.47 69.73 -
YUV 211.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 128 255 204 0.50 0 0.2 0 155.91 1 0.75
Hex 80 FF CC 32 0 14 0 9C 64 4B
Octal 200 377 314 62 0 24 0 234 144 113
Binary 10000000 11111111 11001100 110010 0 10100 0 10011100 1100100 1001011

Color Harmonies of #80FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFCC

Black with #80FFCC

Text Example


Text Example

White with #80FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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