Html Css Color HEX #83AE9E Sea Nymph

📋 copy color: '#83AE9E'

red 131 ◦ green 174 ◦ blue 158

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

Shades of Sea Nymph #83AE9E

Tints of Sea Nymph #83AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 28.29%
G = 37.58%
B = 34.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#83AE9E (or 0x83AE9E) is known color: Sea Nymph. HEX triplet: 83, AE and 9E. RGB value is (131,174,158). Sum of RGB (Red+Green+Blue) = 131+174+158=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE9E is #7C5161. Grayscale: #9F9F9F. Windows color (decimal): -8147298 or 10399363. OLE color: 10399363.

HSL color Cylindrical-coordinate representation of color #83AE9E: hue angle of 157.67º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE9E is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 158 -
CMYK 0.25 0 0.09 0.32
HSL 157.67º 0.21% 0.6% -
HSV(B) 157.67º 0.25% 0.68% -
XYZ 30.67 37.57 37.98 -
YUV 159.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 131 174 158 0.25 0 0.09 0.32 157.67 0.21 0.6
Hex 83 AE 9E 19 0 9 20 9E 15 3C
Octal 203 256 236 31 0 11 40 236 25 74
Binary 10000011 10101110 10011110 11001 0 1001 100000 10011110 10101 111100

Color Harmonies of #83AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE9E

Black with #83AE9E

Text Example


Text Example

White with #83AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,158); }

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

background-color css

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

 a { background-color: rgb(131,174,158); }

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

border-color css

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

 span { border-color: rgb(131,174,158); }

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