Html Css Color HEX #80ECC3 Aquamarine

📋 copy color: '#80ECC3'

red 128 ◦ green 236 ◦ blue 195

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

Shades of Aquamarine #80ECC3

Tints of Aquamarine #80ECC3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.22%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 22.9%
G = 42.22%
B = 34.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#80ECC3 (or 0x80ECC3) is known color: Aquamarine. HEX triplet: 80, EC and C3. RGB value is (128,236,195). Sum of RGB (Red+Green+Blue) = 128+236+195=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECC3 is #7F133C. Grayscale: #C7C7C7. Windows color (decimal): -8327997 or 12840064. OLE color: 12840064.

HSL color Cylindrical-coordinate representation of color #80ECC3: hue angle of 157.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECC3 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 195 -
CMYK 0.46 0 0.17 0.07
HSL 157.22º 0.74% 0.71% -
HSV(B) 157.22º 0.46% 0.93% -
XYZ 48.75 68.52 62.29 -
YUV 199.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 128 236 195 0.46 0 0.17 0.07 157.22 0.74 0.71
Hex 80 EC C3 2E 0 11 7 9D 4A 47
Octal 200 354 303 56 0 21 7 235 112 107
Binary 10000000 11101100 11000011 101110 0 10001 111 10011101 1001010 1000111

Color Harmonies of #80ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECC3

Black with #80ECC3

Text Example


Text Example

White with #80ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,195); }

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

background-color css

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

 a { background-color: rgb(128,236,195); }

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

border-color css

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

 span { border-color: rgb(128,236,195); }

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