#81AFA3

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

Shades of Sea Nymph #81AFA3

Tints of Sea Nymph #81AFA3

Color information

#81AFA3 (or 0x81AFA3) is unknown color: approx Sea Nymph. HEX triplet: 81, AF and A3. RGB value is (129,175,163). Sum of RGB (Red+Green+Blue) = 129+175+163=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFA3 is #7E505C. Grayscale: #9F9F9F. Windows color (decimal): -8278109 or 10727297. OLE color: 10727297.

HSL color Cylindrical-coordinate representation of color #81AFA3: hue angle of 164.35º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AFA3 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB129175163-
CMYK0.2600.070.31
HSL164.35º22.33%59.61%-
HSV(B)164.35º26.29%68.63%-
XYZ30.9937.9740.35-
YUV159.88129.76105.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=27.62%
G=37.47%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751630.2600.070.31164.3522.3359.61
Hex81AFA31A071Fa4163c
Octal2012572433207372442674
Binary100000011010111110100011110100111111111010010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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