#83AAA1

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

Shades of Sea Nymph #83AAA1

Tints of Sea Nymph #83AAA1

Color information

#83AAA1 (or 0x83AAA1) is unknown color: approx Sea Nymph. HEX triplet: 83, AA and A1. RGB value is (131,170,161). Sum of RGB (Red+Green+Blue) = 131+170+161=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #83AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAA1 is #7C555E. Grayscale: #9D9D9D. Windows color (decimal): -8148319 or 10594947. OLE color: 10594947.

HSL color Cylindrical-coordinate representation of color #83AAA1: hue angle of 166.15º 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 #83AAA1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB131170161-
CMYK0.2300.050.33
HSL166.15º18.66%59.02%-
HSV(B)166.15º22.94%66.67%-
XYZ30.1736.1539.11-
YUV157.31130.08109.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=28.35%
G=36.80%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701610.2300.050.33166.1518.6659.02
Hex83AAA1170521a6133b
Octal2032522412705412462373
Binary1000001110101010101000011011101011000011010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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