#83B4AC

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

Shades of Sea Nymph #83B4AC

Tints of Sea Nymph #83B4AC

Color information

#83B4AC (or 0x83B4AC) is unknown color: approx Sea Nymph. HEX triplet: 83, B4 and AC. RGB value is (131,180,172). Sum of RGB (Red+Green+Blue) = 131+180+172=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #83B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B4AC is #7C4B53. Grayscale: #A4A4A4. Windows color (decimal): -8145748 or 11318403. OLE color: 11318403.

HSL color Cylindrical-coordinate representation of color #83B4AC: hue angle of 170.2º 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 #83B4AC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB131180172-
CMYK0.2700.040.29
HSL170.2º24.62%60.98%-
HSV(B)170.2º27.22%70.59%-
XYZ33.1340.4545.09-
YUV164.44132.27104.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=27.12%
G=37.27%
B=35.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801720.2700.040.29170.224.6260.98
Hex83B4AC1B041Daa193d
Octal2032642543304352523175
Binary100000111011010010101100110110100111011010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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