Html Css Color HEX #80FDCB Aquamarine

📋 copy color: '#80FDCB'

red 128 ◦ green 253 ◦ blue 203

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

Shades of Aquamarine #80FDCB

Tints of Aquamarine #80FDCB

RGB

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

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

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

R = 21.92%
G = 43.32%
B = 34.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#80FDCB (or 0x80FDCB) is known color: Aquamarine. HEX triplet: 80, FD and CB. RGB value is (128,253,203). Sum of RGB (Red+Green+Blue) = 128+253+203=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDCB is #7F0234. Grayscale: #D2D2D2. Windows color (decimal): -8323637 or 13368704. OLE color: 13368704.

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

Color convert

RGB 128 253 203 -
CMYK 0.49 0 0.20 0.01
HSL 156º 0.97% 0.75% -
HSV(B) 156º 0.49% 0.99% -
XYZ 54.81 79.15 68.89 -
YUV 209.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 128 253 203 0.49 0 0.20 0.01 156 0.97 0.75
Hex 80 FD CB 31 0 14 1 9C 61 4B
Octal 200 375 313 61 0 24 1 234 141 113
Binary 10000000 11111101 11001011 110001 0 10100 1 10011100 1100001 1001011

Color Harmonies of #80FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDCB

Black with #80FDCB

Text Example


Text Example

White with #80FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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