#83B4AB

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

Shades of Sea Nymph #83B4AB

Tints of Sea Nymph #83B4AB

Color information

#83B4AB (or 0x83B4AB) is unknown color: approx Sea Nymph. HEX triplet: 83, B4 and AB. RGB value is (131,180,171). Sum of RGB (Red+Green+Blue) = 131+180+171=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #83B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B4AB is #7C4B54. Grayscale: #A4A4A4. Windows color (decimal): -8145749 or 11252867. OLE color: 11252867.

HSL color Cylindrical-coordinate representation of color #83B4AB: hue angle of 168.98º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B4AB is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB131180171-
CMYK0.2700.050.29
HSL168.98º24.62%60.98%-
HSV(B)168.98º27.22%70.59%-
XYZ33.0340.4144.59-
YUV164.32131.77104.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.18%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=27.18%
G=37.34%
B=35.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801710.2700.050.29168.9824.6260.98
Hex83B4AB1B051Da9193d
Octal2032642533305352513175
Binary100000111011010010101011110110101111011010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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