Html Css Color HEX #83ABA1 Sea Nymph

📋 copy color: '#83ABA1'

red 131 ◦ green 171 ◦ blue 161

#83ABA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #83ABA1

Tints of Sea Nymph #83ABA1

RGB

 RED value IS 131 (51.56% from 255) = 28.29%

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 28.29%
G = 36.93%
B = 34.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#83ABA1 (or 0x83ABA1) is known color: Sea Nymph. HEX triplet: 83, AB and A1. RGB value is (131,171,161). Sum of RGB (Red+Green+Blue) = 131+171+161=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #83ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABA1 is #7C545E. Grayscale: #9D9D9D. Windows color (decimal): -8148063 or 10595203. OLE color: 10595203.

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

Color convert

RGB 131 171 161 -
CMYK 0.23 0 0.06 0.33
HSL 165º 0.19% 0.59% -
HSV(B) 165º 0.23% 0.67% -
XYZ 30.36 36.52 39.17 -
YUV 157.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 131 171 161 0.23 0 0.06 0.33 165 0.19 0.59
Hex 83 AB A1 17 0 6 21 A5 13 3B
Octal 203 253 241 27 0 6 41 245 23 73
Binary 10000011 10101011 10100001 10111 0 110 100001 10100101 10011 111011

Color Harmonies of #83ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABA1

Black with #83ABA1

Text Example


Text Example

White with #83ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83ABA1;
 }
 .AnyTagClassName
 {
   color: #83ABA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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