Html Css Color HEX #80FCBB Aquamarine

📋 copy color: '#80FCBB'

red 128 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #80FCBB

Tints of Aquamarine #80FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 22.57%
G = 44.44%
B = 32.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#80FCBB (or 0x80FCBB) is known color: Aquamarine. HEX triplet: 80, FC and BB. RGB value is (128,252,187). Sum of RGB (Red+Green+Blue) = 128+252+187=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCBB is #7F0344. Grayscale: #CFCFCF. Windows color (decimal): -8323909 or 12319872. OLE color: 12319872.

HSL color Cylindrical-coordinate representation of color #80FCBB: hue angle of 148.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCBB is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 187 -
CMYK 0.49 0 0.26 0.01
HSL 148.55º 0.95% 0.75% -
HSV(B) 148.55º 0.49% 0.99% -
XYZ 52.68 77.8 59.25 -
YUV 207.51 116.42 71.29 -
System Red Green Blue C M Y K H S L
Decimal 128 252 187 0.49 0 0.26 0.01 148.55 0.95 0.75
Hex 80 FC BB 31 0 1A 1 95 5F 4B
Octal 200 374 273 61 0 32 1 225 137 113
Binary 10000000 11111100 10111011 110001 0 11010 1 10010101 1011111 1001011

Color Harmonies of #80FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCBB

Black with #80FCBB

Text Example


Text Example

White with #80FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,252,187); }

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

background-color css

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

 a { background-color: rgb(128,252,187); }

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

border-color css

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

 span { border-color: rgb(128,252,187); }

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