Html Css Color HEX #80EECF Aquamarine

📋 copy color: '#80EECF'

red 128 ◦ green 238 ◦ blue 207

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

Shades of Aquamarine #80EECF

Tints of Aquamarine #80EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 22.34%
G = 41.54%
B = 36.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#80EECF (or 0x80EECF) is known color: Aquamarine. HEX triplet: 80, EE and CF. RGB value is (128,238,207). Sum of RGB (Red+Green+Blue) = 128+238+207=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #80EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EECF is #7F1130. Grayscale: #C9C9C9. Windows color (decimal): -8327473 or 13627008. OLE color: 13627008.

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

Color convert

RGB 128 238 207 -
CMYK 0.46 0 0.13 0.07
HSL 163.09º 0.76% 0.72% -
HSV(B) 163.09º 0.46% 0.93% -
XYZ 50.74 70.24 69.92 -
YUV 201.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 128 238 207 0.46 0 0.13 0.07 163.09 0.76 0.72
Hex 80 EE CF 2E 0 D 7 A3 4C 48
Octal 200 356 317 56 0 15 7 243 114 110
Binary 10000000 11101110 11001111 101110 0 1101 111 10100011 1001100 1001000

Color Harmonies of #80EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EECF

Black with #80EECF

Text Example


Text Example

White with #80EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,238,207); }

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

background-color css

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

 a { background-color: rgb(128,238,207); }

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

border-color css

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

 span { border-color: rgb(128,238,207); }

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