Html Css Color HEX #83AE9C Sea Nymph

📋 copy color: '#83AE9C'

red 131 ◦ green 174 ◦ blue 156

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

Shades of Sea Nymph #83AE9C

Tints of Sea Nymph #83AE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 28.42%
G = 37.74%
B = 33.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#83AE9C (or 0x83AE9C) is known color: Sea Nymph. HEX triplet: 83, AE and 9C. RGB value is (131,174,156). Sum of RGB (Red+Green+Blue) = 131+174+156=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE9C is #7C5163. Grayscale: #9F9F9F. Windows color (decimal): -8147300 or 10268291. OLE color: 10268291.

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

Color convert

RGB 131 174 156 -
CMYK 0.25 0 0.10 0.32
HSL 154.88º 0.21% 0.6% -
HSV(B) 154.88º 0.25% 0.68% -
XYZ 30.5 37.5 37.08 -
YUV 159.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 131 174 156 0.25 0 0.10 0.32 154.88 0.21 0.6
Hex 83 AE 9C 19 0 A 20 9B 15 3C
Octal 203 256 234 31 0 12 40 233 25 74
Binary 10000011 10101110 10011100 11001 0 1010 100000 10011011 10101 111100

Color Harmonies of #83AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE9C

Black with #83AE9C

Text Example


Text Example

White with #83AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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