#80F9CB

Color #80F9CB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #80F9CB

Tints of Aquamarine #80F9CB

Color information

#80F9CB (or 0x80F9CB) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and CB. RGB value is (128,249,203). Sum of RGB (Red+Green+Blue) = 128+249+203=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9CB is #7F0634. Grayscale: #CFCFCF. Windows color (decimal): -8324661 or 13367680. OLE color: 13367680.

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

Color convert

RGB128249203-
CMYK0.4900.180.02
HSL157.19º90.98%73.92%-
HSV(B)157.19º48.59%97.65%-
XYZ53.5676.6568.47-
YUV207.58125.4171.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.07%
GREEN value IS 249 (97.66% from 255) = 42.93%
BLUE value IS 203 (79.69% from 255) = 35%
R=22.07%
G=42.93%
B=35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282492030.4900.180.02157.1990.9873.92
Hex80F9CB3101229d5b4a
Octal200371313610222235133112
Binary100000001111100111001011110001010010101001110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,249,203); }

 H1.HeaderClassName
 {
   color: #80F9CB;
 }
 .AnyTagClassName
 {
   color: #80F9CB;
 }
</style>
background-color css

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

 a { background-color: rgb(128,249,203); }

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

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

 span { border-color: rgb(128,249,203); }

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