Html Css Color HEX #83B8A4 Sea Nymph

📋 copy color: '#83B8A4'

red 131 ◦ green 184 ◦ blue 164

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

Shades of Sea Nymph #83B8A4

Tints of Sea Nymph #83B8A4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 27.35%
G = 38.41%
B = 34.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#83B8A4 (or 0x83B8A4) is known color: Sea Nymph. HEX triplet: 83, B8 and A4. RGB value is (131,184,164). Sum of RGB (Red+Green+Blue) = 131+184+164=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #83B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B8A4 is #7C475B. Grayscale: #A5A5A5. Windows color (decimal): -8144732 or 10795139. OLE color: 10795139.

HSL color Cylindrical-coordinate representation of color #83B8A4: hue angle of 157.36º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B8A4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 184 164 -
CMYK 0.29 0 0.11 0.28
HSL 157.36º 0.27% 0.62% -
HSV(B) 157.36º 0.29% 0.72% -
XYZ 33.2 41.79 41.44 -
YUV 165.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 131 184 164 0.29 0 0.11 0.28 157.36 0.27 0.62
Hex 83 B8 A4 1D 0 B 1C 9D 1B 3E
Octal 203 270 244 35 0 13 34 235 33 76
Binary 10000011 10111000 10100100 11101 0 1011 11100 10011101 11011 111110

Color Harmonies of #83B8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B8A4

Black with #83B8A4

Text Example


Text Example

White with #83B8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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