Html Css Color HEX #80FBD7 Aquamarine

📋 copy color: '#80FBD7'

red 128 ◦ green 251 ◦ blue 215

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

Shades of Aquamarine #80FBD7

Tints of Aquamarine #80FBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 21.55%
G = 42.26%
B = 36.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#80FBD7 (or 0x80FBD7) is known color: Aquamarine. HEX triplet: 80, FB and D7. RGB value is (128,251,215). Sum of RGB (Red+Green+Blue) = 128+251+215=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBD7 is #7F0428. Grayscale: #D2D2D2. Windows color (decimal): -8324137 or 14154624. OLE color: 14154624.

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

Color convert

RGB 128 251 215 -
CMYK 0.49 0 0.14 0.02
HSL 162.44º 0.94% 0.74% -
HSV(B) 162.44º 0.49% 0.98% -
XYZ 55.67 78.49 76.51 -
YUV 210.12 130.75 69.43 -
System Red Green Blue C M Y K H S L
Decimal 128 251 215 0.49 0 0.14 0.02 162.44 0.94 0.74
Hex 80 FB D7 31 0 E 2 A2 5E 4A
Octal 200 373 327 61 0 16 2 242 136 112
Binary 10000000 11111011 11010111 110001 0 1110 10 10100010 1011110 1001010

Color Harmonies of #80FBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBD7

Black with #80FBD7

Text Example


Text Example

White with #80FBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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