Html Css Color HEX #80BFA5 Sea Nymph

📋 copy color: '#80BFA5'

red 128 ◦ green 191 ◦ blue 165

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

Shades of Sea Nymph #80BFA5

Tints of Sea Nymph #80BFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

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

R = 26.45%
G = 39.46%
B = 34.09%

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

#80BFA5 (or 0x80BFA5) is known color: Sea Nymph. HEX triplet: 80, BF and A5. RGB value is (128,191,165). Sum of RGB (Red+Green+Blue) = 128+191+165=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA5 is #7F405A. Grayscale: #A9A9A9. Windows color (decimal): -8339547 or 10862464. OLE color: 10862464.

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

Color convert

RGB 128 191 165 -
CMYK 0.33 0 0.14 0.25
HSL 155.24º 0.33% 0.63% -
HSV(B) 155.24º 0.33% 0.75% -
XYZ 34.32 44.57 42.39 -
YUV 169.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 128 191 165 0.33 0 0.14 0.25 155.24 0.33 0.63
Hex 80 BF A5 21 0 E 19 9B 21 3F
Octal 200 277 245 41 0 16 31 233 41 77
Binary 10000000 10111111 10100101 100001 0 1110 11001 10011011 100001 111111

Color Harmonies of #80BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFA5

Black with #80BFA5

Text Example


Text Example

White with #80BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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