Html Css Color HEX #83BAA8 Sea Nymph

📋 copy color: '#83BAA8'

red 131 ◦ green 186 ◦ blue 168

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

Shades of Sea Nymph #83BAA8

Tints of Sea Nymph #83BAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 27.01%
G = 38.35%
B = 34.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#83BAA8 (or 0x83BAA8) is known color: Sea Nymph. HEX triplet: 83, BA and A8. RGB value is (131,186,168). Sum of RGB (Red+Green+Blue) = 131+186+168=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #83BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BAA8 is #7C4557. Grayscale: #A7A7A7. Windows color (decimal): -8144216 or 11057795. OLE color: 11057795.

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

Color convert

RGB 131 186 168 -
CMYK 0.30 0 0.10 0.27
HSL 160.36º 0.28% 0.62% -
HSV(B) 160.36º 0.3% 0.73% -
XYZ 33.99 42.77 43.51 -
YUV 167.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 131 186 168 0.30 0 0.10 0.27 160.36 0.28 0.62
Hex 83 BA A8 1E 0 A 1B A0 1C 3E
Octal 203 272 250 36 0 12 33 240 34 76
Binary 10000011 10111010 10101000 11110 0 1010 11011 10100000 11100 111110

Color Harmonies of #83BAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAA8

Black with #83BAA8

Text Example


Text Example

White with #83BAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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