Html Css Color HEX #80FCCB Aquamarine

📋 copy color: '#80FCCB'

red 128 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #80FCCB

Tints of Aquamarine #80FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 21.96%
G = 43.22%
B = 34.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#80FCCB (or 0x80FCCB) is known color: Aquamarine. HEX triplet: 80, FC and CB. RGB value is (128,252,203). Sum of RGB (Red+Green+Blue) = 128+252+203=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCCB is #7F0334. Grayscale: #D1D1D1. Windows color (decimal): -8323893 or 13368448. OLE color: 13368448.

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

Color convert

RGB 128 252 203 -
CMYK 0.49 0 0.19 0.01
HSL 156.29º 0.95% 0.75% -
HSV(B) 156.29º 0.49% 0.99% -
XYZ 54.49 78.52 68.78 -
YUV 209.34 124.42 69.98 -
System Red Green Blue C M Y K H S L
Decimal 128 252 203 0.49 0 0.19 0.01 156.29 0.95 0.75
Hex 80 FC CB 31 0 13 1 9C 5F 4B
Octal 200 374 313 61 0 23 1 234 137 113
Binary 10000000 11111100 11001011 110001 0 10011 1 10011100 1011111 1001011

Color Harmonies of #80FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCCB

Black with #80FCCB

Text Example


Text Example

White with #80FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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