Html Css Color HEX #83AF9F Sea Nymph

📋 copy color: '#83AF9F'

red 131 ◦ green 175 ◦ blue 159

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

Shades of Sea Nymph #83AF9F

Tints of Sea Nymph #83AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 159 (62.5% from 255) = 34.19%

R = 28.17%
G = 37.63%
B = 34.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#83AF9F (or 0x83AF9F) is known color: Sea Nymph. HEX triplet: 83, AF and 9F. RGB value is (131,175,159). Sum of RGB (Red+Green+Blue) = 131+175+159=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AF9F is #7C5060. Grayscale: #A0A0A0. Windows color (decimal): -8147041 or 10465155. OLE color: 10465155.

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

Color convert

RGB 131 175 159 -
CMYK 0.25 0 0.09 0.31
HSL 158.18º 0.22% 0.6% -
HSV(B) 158.18º 0.25% 0.69% -
XYZ 30.95 37.99 38.5 -
YUV 160.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 131 175 159 0.25 0 0.09 0.31 158.18 0.22 0.6
Hex 83 AF 9F 19 0 9 1F 9E 16 3C
Octal 203 257 237 31 0 11 37 236 26 74
Binary 10000011 10101111 10011111 11001 0 1001 11111 10011110 10110 111100

Color Harmonies of #83AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF9F

Black with #83AF9F

Text Example


Text Example

White with #83AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,159); }

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

background-color css

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

 a { background-color: rgb(131,175,159); }

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

border-color css

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

 span { border-color: rgb(131,175,159); }

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