Html Css Color HEX #80BEA5 Sea Nymph

📋 copy color: '#80BEA5'

red 128 ◦ green 190 ◦ blue 165

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

Shades of Sea Nymph #80BEA5

Tints of Sea Nymph #80BEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 26.5%
G = 39.34%
B = 34.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#80BEA5 (or 0x80BEA5) is known color: Sea Nymph. HEX triplet: 80, BE and A5. RGB value is (128,190,165). Sum of RGB (Red+Green+Blue) = 128+190+165=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BEA5 is #7F415A. Grayscale: #A8A8A8. Windows color (decimal): -8339803 or 10862208. OLE color: 10862208.

HSL color Cylindrical-coordinate representation of color #80BEA5: hue angle of 155.81º 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 #80BEA5 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 165 -
CMYK 0.33 0 0.13 0.25
HSL 155.81º 0.32% 0.62% -
HSV(B) 155.81º 0.33% 0.75% -
XYZ 34.11 44.13 42.32 -
YUV 168.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 128 190 165 0.33 0 0.13 0.25 155.81 0.32 0.62
Hex 80 BE A5 21 0 D 19 9C 20 3E
Octal 200 276 245 41 0 15 31 234 40 76
Binary 10000000 10111110 10100101 100001 0 1101 11001 10011100 100000 111110

Color Harmonies of #80BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEA5

Black with #80BEA5

Text Example


Text Example

White with #80BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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