Html Css Color HEX #80F9CB Aquamarine

📋 copy color: '#80F9CB'

red 128 ◦ green 249 ◦ blue 203

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

Shades of Aquamarine #80F9CB

Tints of Aquamarine #80F9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 203 (79.69% from 255) = 35%

R = 22.07%
G = 42.93%
B = 35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#80F9CB (or 0x80F9CB) is known color: Aquamarine. HEX triplet: 80, F9 and CB. RGB value is (128,249,203). Sum of RGB (Red+Green+Blue) = 128+249+203=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9CB is #7F0634. Grayscale: #CFCFCF. Windows color (decimal): -8324661 or 13367680. OLE color: 13367680.

HSL color Cylindrical-coordinate representation of color #80F9CB: hue angle of 157.19º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F9CB is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 203 -
CMYK 0.49 0 0.18 0.02
HSL 157.19º 0.91% 0.74% -
HSV(B) 157.19º 0.49% 0.98% -
XYZ 53.56 76.65 68.47 -
YUV 207.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 128 249 203 0.49 0 0.18 0.02 157.19 0.91 0.74
Hex 80 F9 CB 31 0 12 2 9D 5B 4A
Octal 200 371 313 61 0 22 2 235 133 112
Binary 10000000 11111001 11001011 110001 0 10010 10 10011101 1011011 1001010

Color Harmonies of #80F9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F9CB

Black with #80F9CB

Text Example


Text Example

White with #80F9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,203); }

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

background-color css

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

 a { background-color: rgb(128,249,203); }

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

border-color css

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

 span { border-color: rgb(128,249,203); }

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