Html Css Color HEX #83B6A4 Sea Nymph

📋 copy color: '#83B6A4'

red 131 ◦ green 182 ◦ blue 164

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

Shades of Sea Nymph #83B6A4

Tints of Sea Nymph #83B6A4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.16%

 BLUE value IS 164 (64.45% from 255) = 34.38%

R = 27.46%
G = 38.16%
B = 34.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#83B6A4 (or 0x83B6A4) is known color: Sea Nymph. HEX triplet: 83, B6 and A4. RGB value is (131,182,164). Sum of RGB (Red+Green+Blue) = 131+182+164=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #83B6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B6A4 is #7C495B. Grayscale: #A4A4A4. Windows color (decimal): -8145244 or 10794627. OLE color: 10794627.

HSL color Cylindrical-coordinate representation of color #83B6A4: hue angle of 158.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B6A4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 164 -
CMYK 0.28 0 0.10 0.29
HSL 158.82º 0.26% 0.61% -
HSV(B) 158.82º 0.28% 0.71% -
XYZ 32.79 40.96 41.3 -
YUV 164.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 131 182 164 0.28 0 0.10 0.29 158.82 0.26 0.61
Hex 83 B6 A4 1C 0 A 1D 9F 1A 3D
Octal 203 266 244 34 0 12 35 237 32 75
Binary 10000011 10110110 10100100 11100 0 1010 11101 10011111 11010 111101

Color Harmonies of #83B6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B6A4

Black with #83B6A4

Text Example


Text Example

White with #83B6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,182,164); }

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

background-color css

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

 a { background-color: rgb(131,182,164); }

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

border-color css

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

 span { border-color: rgb(131,182,164); }

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