Html Css Color HEX #83BAA5 Sea Nymph

📋 copy color: '#83BAA5'

red 131 ◦ green 186 ◦ blue 165

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

Shades of Sea Nymph #83BAA5

Tints of Sea Nymph #83BAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 27.18%
G = 38.59%
B = 34.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#83BAA5 (or 0x83BAA5) is known color: Sea Nymph. HEX triplet: 83, BA and A5. RGB value is (131,186,165). Sum of RGB (Red+Green+Blue) = 131+186+165=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #83BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BAA5 is #7C455A. Grayscale: #A7A7A7. Windows color (decimal): -8144219 or 10861187. OLE color: 10861187.

HSL color Cylindrical-coordinate representation of color #83BAA5: hue angle of 157.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BAA5 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 165 -
CMYK 0.30 0 0.11 0.27
HSL 157.09º 0.28% 0.62% -
HSV(B) 157.09º 0.3% 0.73% -
XYZ 33.71 42.66 42.05 -
YUV 167.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 131 186 165 0.30 0 0.11 0.27 157.09 0.28 0.62
Hex 83 BA A5 1E 0 B 1B 9D 1C 3E
Octal 203 272 245 36 0 13 33 235 34 76
Binary 10000011 10111010 10100101 11110 0 1011 11011 10011101 11100 111110

Color Harmonies of #83BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAA5

Black with #83BAA5

Text Example


Text Example

White with #83BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,165); }

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

background-color css

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

 a { background-color: rgb(131,186,165); }

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

border-color css

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

 span { border-color: rgb(131,186,165); }

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