Html Css Color HEX #83B6AA Sea Nymph

📋 copy color: '#83B6AA'

red 131 ◦ green 182 ◦ blue 170

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

Shades of Sea Nymph #83B6AA

Tints of Sea Nymph #83B6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 27.12%
G = 37.68%
B = 35.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#83B6AA (or 0x83B6AA) is known color: Sea Nymph. HEX triplet: 83, B6 and AA. RGB value is (131,182,170). Sum of RGB (Red+Green+Blue) = 131+182+170=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #83B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B6AA is #7C4955. Grayscale: #A5A5A5. Windows color (decimal): -8145238 or 11187843. OLE color: 11187843.

HSL color Cylindrical-coordinate representation of color #83B6AA: hue angle of 165.88º 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 #83B6AA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 170 -
CMYK 0.28 0 0.07 0.29
HSL 165.88º 0.26% 0.61% -
HSV(B) 165.88º 0.28% 0.71% -
XYZ 33.34 41.18 44.22 -
YUV 165.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 131 182 170 0.28 0 0.07 0.29 165.88 0.26 0.61
Hex 83 B6 AA 1C 0 7 1D A6 1A 3D
Octal 203 266 252 34 0 7 35 246 32 75
Binary 10000011 10110110 10101010 11100 0 111 11101 10100110 11010 111101

Color Harmonies of #83B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B6AA

Black with #83B6AA

Text Example


Text Example

White with #83B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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