#81BDA3

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

Shades of Sea Nymph #81BDA3

Tints of Sea Nymph #81BDA3

Color information

#81BDA3 (or 0x81BDA3) is unknown color: approx Sea Nymph. HEX triplet: 81, BD and A3. RGB value is (129,189,163). Sum of RGB (Red+Green+Blue) = 129+189+163=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #81BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BDA3 is #7E425C. Grayscale: #A8A8A8. Windows color (decimal): -8274525 or 10730881. OLE color: 10730881.

HSL color Cylindrical-coordinate representation of color #81BDA3: hue angle of 154º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB129189163-
CMYK0.3200.140.26
HSL154º31.25%62.35%-
HSV(B)154º31.75%74.12%-
XYZ33.8643.7141.3-
YUV168.1125.12100.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=26.82%
G=39.29%
B=33.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291891630.3200.140.2615431.2562.35
Hex81BDA3200E1A9a1f3e
Octal20127524340016322323776
Binary10000001101111011010001110000001110110101001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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