Html Css Color HEX #80FBCE Aquamarine

📋 copy color: '#80FBCE'

red 128 ◦ green 251 ◦ blue 206

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

Shades of Aquamarine #80FBCE

Tints of Aquamarine #80FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 21.88%
G = 42.91%
B = 35.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#80FBCE (or 0x80FBCE) is known color: Aquamarine. HEX triplet: 80, FB and CE. RGB value is (128,251,206). Sum of RGB (Red+Green+Blue) = 128+251+206=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBCE is #7F0431. Grayscale: #D1D1D1. Windows color (decimal): -8324146 or 13564800. OLE color: 13564800.

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

Color convert

RGB 128 251 206 -
CMYK 0.49 0 0.18 0.02
HSL 158.05º 0.94% 0.74% -
HSV(B) 158.05º 0.49% 0.98% -
XYZ 54.54 78.04 70.58 -
YUV 209.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 128 251 206 0.49 0 0.18 0.02 158.05 0.94 0.74
Hex 80 FB CE 31 0 12 2 9E 5E 4A
Octal 200 373 316 61 0 22 2 236 136 112
Binary 10000000 11111011 11001110 110001 0 10010 10 10011110 1011110 1001010

Color Harmonies of #80FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBCE

Black with #80FBCE

Text Example


Text Example

White with #80FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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