Html Css Color HEX #80BEA4 Sea Nymph

📋 copy color: '#80BEA4'

red 128 ◦ green 190 ◦ blue 164

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

Shades of Sea Nymph #80BEA4

Tints of Sea Nymph #80BEA4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 26.56%
G = 39.42%
B = 34.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#80BEA4 (or 0x80BEA4) is known color: Sea Nymph. HEX triplet: 80, BE and A4. RGB value is (128,190,164). Sum of RGB (Red+Green+Blue) = 128+190+164=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BEA4 is #7F415B. Grayscale: #A8A8A8. Windows color (decimal): -8339804 or 10796672. OLE color: 10796672.

HSL color Cylindrical-coordinate representation of color #80BEA4: hue angle of 154.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEA4 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 164 -
CMYK 0.33 0 0.14 0.25
HSL 154.84º 0.32% 0.62% -
HSV(B) 154.84º 0.33% 0.75% -
XYZ 34.02 44.1 41.84 -
YUV 168.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 128 190 164 0.33 0 0.14 0.25 154.84 0.32 0.62
Hex 80 BE A4 21 0 E 19 9B 20 3E
Octal 200 276 244 41 0 16 31 233 40 76
Binary 10000000 10111110 10100100 100001 0 1110 11001 10011011 100000 111110

Color Harmonies of #80BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEA4

Black with #80BEA4

Text Example


Text Example

White with #80BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,164); }

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

background-color css

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

 a { background-color: rgb(128,190,164); }

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

border-color css

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

 span { border-color: rgb(128,190,164); }

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