Html Css Color HEX #80EFC4 Aquamarine

📋 copy color: '#80EFC4'

red 128 ◦ green 239 ◦ blue 196

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

Shades of Aquamarine #80EFC4

Tints of Aquamarine #80EFC4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.45%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 22.74%
G = 42.45%
B = 34.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#80EFC4 (or 0x80EFC4) is known color: Aquamarine. HEX triplet: 80, EF and C4. RGB value is (128,239,196). Sum of RGB (Red+Green+Blue) = 128+239+196=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFC4 is #7F103B. Grayscale: #C8C8C8. Windows color (decimal): -8327228 or 12906368. OLE color: 12906368.

HSL color Cylindrical-coordinate representation of color #80EFC4: hue angle of 156.76º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFC4 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 196 -
CMYK 0.46 0 0.18 0.06
HSL 156.76º 0.78% 0.72% -
HSV(B) 156.76º 0.46% 0.94% -
XYZ 49.73 70.31 63.17 -
YUV 200.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 128 239 196 0.46 0 0.18 0.06 156.76 0.78 0.72
Hex 80 EF C4 2E 0 12 6 9D 4E 48
Octal 200 357 304 56 0 22 6 235 116 110
Binary 10000000 11101111 11000100 101110 0 10010 110 10011101 1001110 1001000

Color Harmonies of #80EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFC4

Black with #80EFC4

Text Example


Text Example

White with #80EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,196); }

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

background-color css

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

 a { background-color: rgb(128,239,196); }

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

border-color css

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

 span { border-color: rgb(128,239,196); }

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