#81BEA5

Color #81BEA5 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #81BEA5

Tints of Sea Nymph #81BEA5

Color information

#81BEA5 (or 0x81BEA5) is unknown color: approx Sea Nymph. HEX triplet: 81, BE and A5. RGB value is (129,190,165). Sum of RGB (Red+Green+Blue) = 129+190+165=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA5 is #7E415A. Grayscale: #A8A8A8. Windows color (decimal): -8274267 or 10862209. OLE color: 10862209.

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

Color convert

RGB129190165-
CMYK0.3200.130.25
HSL155.41º31.94%62.55%-
HSV(B)155.41º32.11%74.51%-
XYZ34.2644.2142.33-
YUV168.91125.7999.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=26.65%
G=39.26%
B=34.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901650.3200.130.25155.4131.9462.55
Hex81BEA5200D199b203f
Octal20127624540015312334077
Binary100000011011111010100101100000011011100110011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BEA5;
 }
 .AnyTagClassName
 {
   color: #81BEA5;
 }
</style>
background-color css

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

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

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

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

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

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