Html Css Color HEX #80FBCC Aquamarine

📋 copy color: '#80FBCC'

red 128 ◦ green 251 ◦ blue 204

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

Shades of Aquamarine #80FBCC

Tints of Aquamarine #80FBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.05%

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

R = 21.96%
G = 43.05%
B = 34.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#80FBCC (or 0x80FBCC) is known color: Aquamarine. HEX triplet: 80, FB and CC. RGB value is (128,251,204). Sum of RGB (Red+Green+Blue) = 128+251+204=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBCC is #7F0433. Grayscale: #D0D0D0. Windows color (decimal): -8324148 or 13433728. OLE color: 13433728.

HSL color Cylindrical-coordinate representation of color #80FBCC: hue angle of 157.07º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBCC is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 204 -
CMYK 0.49 0 0.19 0.02
HSL 157.07º 0.94% 0.74% -
HSV(B) 157.07º 0.49% 0.98% -
XYZ 54.3 77.94 69.31 -
YUV 208.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 128 251 204 0.49 0 0.19 0.02 157.07 0.94 0.74
Hex 80 FB CC 31 0 13 2 9D 5E 4A
Octal 200 373 314 61 0 23 2 235 136 112
Binary 10000000 11111011 11001100 110001 0 10011 10 10011101 1011110 1001010

Color Harmonies of #80FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBCC

Black with #80FBCC

Text Example


Text Example

White with #80FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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