Html Css Color HEX #80F0BC Aquamarine

📋 copy color: '#80F0BC'

red 128 ◦ green 240 ◦ blue 188

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

Shades of Aquamarine #80F0BC

Tints of Aquamarine #80F0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 23.02%
G = 43.17%
B = 33.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#80F0BC (or 0x80F0BC) is known color: Aquamarine. HEX triplet: 80, F0 and BC. RGB value is (128,240,188). Sum of RGB (Red+Green+Blue) = 128+240+188=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #80F0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F0BC is #7F0F43. Grayscale: #C8C8C8. Windows color (decimal): -8326980 or 12382336. OLE color: 12382336.

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

Color convert

RGB 128 240 188 -
CMYK 0.47 0 0.22 0.06
HSL 152.14º 0.79% 0.72% -
HSV(B) 152.14º 0.47% 0.94% -
XYZ 49.14 70.54 58.6 -
YUV 200.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 128 240 188 0.47 0 0.22 0.06 152.14 0.79 0.72
Hex 80 F0 BC 2F 0 16 6 98 4F 48
Octal 200 360 274 57 0 26 6 230 117 110
Binary 10000000 11110000 10111100 101111 0 10110 110 10011000 1001111 1001000

Color Harmonies of #80F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F0BC

Black with #80F0BC

Text Example


Text Example

White with #80F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,240,188); }

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

background-color css

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

 a { background-color: rgb(128,240,188); }

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

border-color css

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

 span { border-color: rgb(128,240,188); }

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