Html Css Color HEX #80FCCA Aquamarine

📋 copy color: '#80FCCA'

red 128 ◦ green 252 ◦ blue 202

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

Shades of Aquamarine #80FCCA

Tints of Aquamarine #80FCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 21.99%
G = 43.3%
B = 34.71%

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

#80FCCA (or 0x80FCCA) is known color: Aquamarine. HEX triplet: 80, FC and CA. RGB value is (128,252,202). Sum of RGB (Red+Green+Blue) = 128+252+202=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCCA is #7F0335. Grayscale: #D1D1D1. Windows color (decimal): -8323894 or 13302912. OLE color: 13302912.

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

Color convert

RGB 128 252 202 -
CMYK 0.49 0 0.20 0.01
HSL 155.81º 0.95% 0.75% -
HSV(B) 155.81º 0.49% 0.99% -
XYZ 54.37 78.47 68.16 -
YUV 209.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 128 252 202 0.49 0 0.20 0.01 155.81 0.95 0.75
Hex 80 FC CA 31 0 14 1 9C 5F 4B
Octal 200 374 312 61 0 24 1 234 137 113
Binary 10000000 11111100 11001010 110001 0 10100 1 10011100 1011111 1001011

Color Harmonies of #80FCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCCA

Black with #80FCCA

Text Example


Text Example

White with #80FCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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