#83AFA9

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

Shades of Sea Nymph #83AFA9

Tints of Sea Nymph #83AFA9

Color information

#83AFA9 (or 0x83AFA9) is unknown color: approx Sea Nymph. HEX triplet: 83, AF and A9. RGB value is (131,175,169). Sum of RGB (Red+Green+Blue) = 131+175+169=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #83AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AFA9 is #7C5056. Grayscale: #A1A1A1. Windows color (decimal): -8147031 or 11120515. OLE color: 11120515.

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

Color convert

RGB131175169-
CMYK0.2500.030.31
HSL171.82º21.57%60%-
HSV(B)171.82º25.14%68.63%-
XYZ31.8538.3543.26-
YUV161.16132.42106.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=27.58%
G=36.84%
B=35.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751690.2500.030.31171.8221.5760
Hex83AFA919031Fac163c
Octal2032572513103372542674
Binary10000011101011111010100111001011111111010110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,175,169); }

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

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

 a { background-color: rgb(131,175,169); }

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

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

 span { border-color: rgb(131,175,169); }

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