#81BEA4

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

Shades of Sea Nymph #81BEA4

Tints of Sea Nymph #81BEA4

Color information

#81BEA4 (or 0x81BEA4) is unknown color: approx Sea Nymph. HEX triplet: 81, BE and A4. RGB value is (129,190,164). Sum of RGB (Red+Green+Blue) = 129+190+164=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA4 is #7E415B. Grayscale: #A8A8A8. Windows color (decimal): -8274268 or 10796673. OLE color: 10796673.

HSL color Cylindrical-coordinate representation of color #81BEA4: hue angle of 154.43º 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 #81BEA4 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB129190164-
CMYK0.3200.140.25
HSL154.43º31.94%62.55%-
HSV(B)154.43º32.11%74.51%-
XYZ34.1744.1741.85-
YUV168.8125.2999.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=26.71%
G=39.34%
B=33.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901640.3200.140.25154.4331.9462.55
Hex81BEA4200E199a203f
Octal20127624440016312324077
Binary100000011011111010100100100000011101100110011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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