Html Css Color HEX #83BDA6 Sea Nymph

📋 copy color: '#83BDA6'

red 131 ◦ green 189 ◦ blue 166

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

Shades of Sea Nymph #83BDA6

Tints of Sea Nymph #83BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 166 (65.23% from 255) = 34.16%

R = 26.95%
G = 38.89%
B = 34.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#83BDA6 (or 0x83BDA6) is known color: Sea Nymph. HEX triplet: 83, BD and A6. RGB value is (131,189,166). Sum of RGB (Red+Green+Blue) = 131+189+166=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BDA6 is #7C4259. Grayscale: #A9A9A9. Windows color (decimal): -8143450 or 10927491. OLE color: 10927491.

HSL color Cylindrical-coordinate representation of color #83BDA6: hue angle of 156.21º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BDA6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 166 -
CMYK 0.31 0 0.12 0.26
HSL 156.21º 0.31% 0.63% -
HSV(B) 156.21º 0.31% 0.74% -
XYZ 34.44 43.97 42.75 -
YUV 169.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 131 189 166 0.31 0 0.12 0.26 156.21 0.31 0.63
Hex 83 BD A6 1F 0 C 1A 9C 1F 3F
Octal 203 275 246 37 0 14 32 234 37 77
Binary 10000011 10111101 10100110 11111 0 1100 11010 10011100 11111 111111

Color Harmonies of #83BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDA6

Black with #83BDA6

Text Example


Text Example

White with #83BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,166); }

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

background-color css

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

 a { background-color: rgb(131,189,166); }

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

border-color css

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

 span { border-color: rgb(131,189,166); }

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