#83AAA6

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

Shades of Sea Nymph #83AAA6

Tints of Sea Nymph #83AAA6

Color information

#83AAA6 (or 0x83AAA6) is unknown color: approx Sea Nymph. HEX triplet: 83, AA and A6. RGB value is (131,170,166). Sum of RGB (Red+Green+Blue) = 131+170+166=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #83AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAA6 is #7C5559. Grayscale: #9D9D9D. Windows color (decimal): -8148314 or 10922627. OLE color: 10922627.

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

Color convert

RGB131170166-
CMYK0.2300.020.33
HSL173.85º18.66%59.02%-
HSV(B)173.85º22.94%66.67%-
XYZ30.6236.3341.47-
YUV157.88132.58108.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=28.05%
G=36.40%
B=35.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701660.2300.020.33173.8518.6659.02
Hex83AAA6170221ae133b
Octal2032522462702412562373
Binary100000111010101010100110101110101000011010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,166); }

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

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

 a { background-color: rgb(131,170,166); }

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

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

 span { border-color: rgb(131,170,166); }

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