Html Css Color HEX #80F2CE Aquamarine

📋 copy color: '#80F2CE'

red 128 ◦ green 242 ◦ blue 206

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

Shades of Aquamarine #80F2CE

Tints of Aquamarine #80F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 22.22%
G = 42.01%
B = 35.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#80F2CE (or 0x80F2CE) is known color: Aquamarine. HEX triplet: 80, F2 and CE. RGB value is (128,242,206). Sum of RGB (Red+Green+Blue) = 128+242+206=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #80F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F2CE is #7F0D31. Grayscale: #CBCBCB. Windows color (decimal): -8326450 or 13562496. OLE color: 13562496.

HSL color Cylindrical-coordinate representation of color #80F2CE: hue angle of 161.05º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F2CE is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 242 206 -
CMYK 0.47 0 0.15 0.05
HSL 161.05º 0.81% 0.73% -
HSV(B) 161.05º 0.47% 0.95% -
XYZ 51.79 72.55 69.67 -
YUV 203.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 128 242 206 0.47 0 0.15 0.05 161.05 0.81 0.73
Hex 80 F2 CE 2F 0 F 5 A1 51 49
Octal 200 362 316 57 0 17 5 241 121 111
Binary 10000000 11110010 11001110 101111 0 1111 101 10100001 1010001 1001001

Color Harmonies of #80F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2CE

Black with #80F2CE

Text Example


Text Example

White with #80F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,242,206); }

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

background-color css

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

 a { background-color: rgb(128,242,206); }

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

border-color css

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

 span { border-color: rgb(128,242,206); }

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