Html Css Color HEX #80FDBB Aquamarine

📋 copy color: '#80FDBB'

red 128 ◦ green 253 ◦ blue 187

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

Shades of Aquamarine #80FDBB

Tints of Aquamarine #80FDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.54%

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

R = 22.54%
G = 44.54%
B = 32.92%

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

#80FDBB (or 0x80FDBB) is known color: Aquamarine. HEX triplet: 80, FD and BB. RGB value is (128,253,187). Sum of RGB (Red+Green+Blue) = 128+253+187=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDBB is #7F0244. Grayscale: #D0D0D0. Windows color (decimal): -8323653 or 12320128. OLE color: 12320128.

HSL color Cylindrical-coordinate representation of color #80FDBB: hue angle of 148.32º degrees, saturation: 0.97, 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 #80FDBB is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 187 -
CMYK 0.49 0 0.26 0.01
HSL 148.32º 0.97% 0.75% -
HSV(B) 148.32º 0.49% 0.99% -
XYZ 53 78.43 59.36 -
YUV 208.1 116.09 70.87 -
System Red Green Blue C M Y K H S L
Decimal 128 253 187 0.49 0 0.26 0.01 148.32 0.97 0.75
Hex 80 FD BB 31 0 1A 1 94 61 4B
Octal 200 375 273 61 0 32 1 224 141 113
Binary 10000000 11111101 10111011 110001 0 11010 1 10010100 1100001 1001011

Color Harmonies of #80FDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDBB

Black with #80FDBB

Text Example


Text Example

White with #80FDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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