Html Css Color HEX #80FBE0 Aquamarine

📋 copy color: '#80FBE0'

red 128 ◦ green 251 ◦ blue 224

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

Shades of Aquamarine #80FBE0

Tints of Aquamarine #80FBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 21.23%
G = 41.63%
B = 37.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#80FBE0 (or 0x80FBE0) is known color: Aquamarine. HEX triplet: 80, FB and E0. RGB value is (128,251,224). Sum of RGB (Red+Green+Blue) = 128+251+224=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBE0 is #7F041F. Grayscale: #D3D3D3. Windows color (decimal): -8324128 or 14744448. OLE color: 14744448.

HSL color Cylindrical-coordinate representation of color #80FBE0: hue angle of 166.83º 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 #80FBE0 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 224 -
CMYK 0.49 0 0.11 0.02
HSL 166.83º 0.94% 0.74% -
HSV(B) 166.83º 0.49% 0.98% -
XYZ 56.85 78.97 82.77 -
YUV 211.15 135.25 68.7 -
System Red Green Blue C M Y K H S L
Decimal 128 251 224 0.49 0 0.11 0.02 166.83 0.94 0.74
Hex 80 FB E0 31 0 B 2 A7 5E 4A
Octal 200 373 340 61 0 13 2 247 136 112
Binary 10000000 11111011 11100000 110001 0 1011 10 10100111 1011110 1001010

Color Harmonies of #80FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBE0

Black with #80FBE0

Text Example


Text Example

White with #80FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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