#81BAA3

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

Shades of Sea Nymph #81BAA3

Tints of Sea Nymph #81BAA3

Color information

#81BAA3 (or 0x81BAA3) is unknown color: approx Sea Nymph. HEX triplet: 81, BA and A3. RGB value is (129,186,163). Sum of RGB (Red+Green+Blue) = 129+186+163=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #81BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BAA3 is #7E455C. Grayscale: #A6A6A6. Windows color (decimal): -8275293 or 10730113. OLE color: 10730113.

HSL color Cylindrical-coordinate representation of color #81BAA3: hue angle of 155.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BAA3 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB129186163-
CMYK0.3100.120.27
HSL155.79º29.23%61.76%-
HSV(B)155.79º30.65%72.94%-
XYZ33.2242.4341.09-
YUV166.33126.12101.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=26.99%
G=38.91%
B=34.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291861630.3100.120.27155.7929.2361.76
Hex81BAA31F0C1B9c1d3e
Octal20127224337014332343576
Binary1000000110111010101000111111101100110111001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,163); }

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

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

 a { background-color: rgb(129,186,163); }

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

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

 span { border-color: rgb(129,186,163); }

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