#83ABA3

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

Shades of Sea Nymph #83ABA3

Tints of Sea Nymph #83ABA3

Color information

#83ABA3 (or 0x83ABA3) is unknown color: approx Sea Nymph. HEX triplet: 83, AB and A3. RGB value is (131,171,163). Sum of RGB (Red+Green+Blue) = 131+171+163=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #83ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABA3 is #7C545C. Grayscale: #9E9E9E. Windows color (decimal): -8148061 or 10726275. OLE color: 10726275.

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

Color convert

RGB131171163-
CMYK0.2300.050.33
HSL168º19.23%59.22%-
HSV(B)168º23.39%67.06%-
XYZ30.5336.640.1-
YUV158.13130.75108.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=28.17%
G=36.77%
B=35.05%

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
Decimal1311711630.2300.050.3316819.2359.22
Hex83ABA3170521a8133b
Octal2032532432705412502373
Binary1000001110101011101000111011101011000011010100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,163); }

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

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

 a { background-color: rgb(131,171,163); }

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

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

 span { border-color: rgb(131,171,163); }

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