#83AC9F

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

Shades of Sea Nymph #83AC9F

Tints of Sea Nymph #83AC9F

Color information

#83AC9F (or 0x83AC9F) is unknown color: approx Sea Nymph. HEX triplet: 83, AC and 9F. RGB value is (131,172,159). Sum of RGB (Red+Green+Blue) = 131+172+159=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC9F is #7C5360. Grayscale: #9E9E9E. Windows color (decimal): -8147809 or 10464387. OLE color: 10464387.

HSL color Cylindrical-coordinate representation of color #83AC9F: hue angle of 160.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AC9F is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB131172159-
CMYK0.2400.080.33
HSL160.98º19.81%59.41%-
HSV(B)160.98º23.84%67.45%-
XYZ30.3736.8338.31-
YUV158.26128.42108.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=28.35%
G=37.23%
B=34.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721590.2400.080.33160.9819.8159.41
Hex83AC9F180821a1143b
Octal20325423730010412412473
Binary10000011101011001001111111000010001000011010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AC9F; }

 p { color: rgb(131,172,159); }

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

<style>
 a { background-color: #83AC9F; }

 a { background-color: rgb(131,172,159); }

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

<style>
 span { border-color: #83AC9F; }

 span { border-color: rgb(131,172,159); }

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