Html Css Color HEX #80FCBC Aquamarine

📋 copy color: '#80FCBC'

red 128 ◦ green 252 ◦ blue 188

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

Shades of Aquamarine #80FCBC

Tints of Aquamarine #80FCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 22.54%
G = 44.37%
B = 33.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#80FCBC (or 0x80FCBC) is known color: Aquamarine. HEX triplet: 80, FC and BC. RGB value is (128,252,188). Sum of RGB (Red+Green+Blue) = 128+252+188=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCBC is #7F0343. Grayscale: #CFCFCF. Windows color (decimal): -8323908 or 12385408. OLE color: 12385408.

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

Color convert

RGB 128 252 188 -
CMYK 0.49 0 0.25 0.01
HSL 149.03º 0.95% 0.75% -
HSV(B) 149.03º 0.49% 0.99% -
XYZ 52.79 77.84 59.82 -
YUV 207.63 116.92 71.2 -
System Red Green Blue C M Y K H S L
Decimal 128 252 188 0.49 0 0.25 0.01 149.03 0.95 0.75
Hex 80 FC BC 31 0 19 1 95 5F 4B
Octal 200 374 274 61 0 31 1 225 137 113
Binary 10000000 11111100 10111100 110001 0 11001 1 10010101 1011111 1001011

Color Harmonies of #80FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCBC

Black with #80FCBC

Text Example


Text Example

White with #80FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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