#81B4A3

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

Shades of Sea Nymph #81B4A3

Tints of Sea Nymph #81B4A3

Color information

#81B4A3 (or 0x81B4A3) is unknown color: approx Sea Nymph. HEX triplet: 81, B4 and A3. RGB value is (129,180,163). Sum of RGB (Red+Green+Blue) = 129+180+163=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #81B4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B4A3 is #7E4B5C. Grayscale: #A2A2A2. Windows color (decimal): -8276829 or 10728577. OLE color: 10728577.

HSL color Cylindrical-coordinate representation of color #81B4A3: hue angle of 160º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B4A3 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB129180163-
CMYK0.2800.090.29
HSL160º25.37%60.59%-
HSV(B)160º28.33%70.59%-
XYZ31.9939.9540.68-
YUV162.81128.1103.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=27.33%
G=38.14%
B=34.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291801630.2800.090.2916025.3760.59
Hex81B4A31C091Da0193d
Octal20126424334011352403175
Binary1000000110110100101000111110001001111011010000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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