#83B8AD

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

Shades of Sea Nymph #83B8AD

Tints of Sea Nymph #83B8AD

Color information

#83B8AD (or 0x83B8AD) is unknown color: approx Sea Nymph. HEX triplet: 83, B8 and AD. RGB value is (131,184,173). Sum of RGB (Red+Green+Blue) = 131+184+173=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #83B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B8AD is #7C4752. Grayscale: #A6A6A6. Windows color (decimal): -8144723 or 11384963. OLE color: 11384963.

HSL color Cylindrical-coordinate representation of color #83B8AD: hue angle of 167.55º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B8AD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB131184173-
CMYK0.2900.060.28
HSL167.55º27.18%61.76%-
HSV(B)167.55º28.8%72.16%-
XYZ34.0442.1245.87-
YUV166.9131.44102.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=26.84%
G=37.70%
B=35.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311841730.2900.060.28167.5527.1861.76
Hex83B8AD1D061Ca81b3e
Octal2032702553506342503376
Binary100000111011100010101101111010110111001010100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,184,173); }

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

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

 a { background-color: rgb(131,184,173); }

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

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

 span { border-color: rgb(131,184,173); }

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