Html Css Color HEX #83A09C Submarine

📋 copy color: '#83A09C'

red 131 ◦ green 160 ◦ blue 156

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

Shades of Submarine #83A09C

Tints of Submarine #83A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 29.31%
G = 35.79%
B = 34.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#83A09C (or 0x83A09C) is known color: Submarine. HEX triplet: 83, A0 and 9C. RGB value is (131,160,156). Sum of RGB (Red+Green+Blue) = 131+160+156=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #83A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A09C is #7C5F63. Grayscale: #969696. Windows color (decimal): -8150884 or 10264707. OLE color: 10264707.

HSL color Cylindrical-coordinate representation of color #83A09C: hue angle of 171.72º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83A09C is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 156 -
CMYK 0.18 0 0.02 0.37
HSL 171.72º 0.13% 0.57% -
HSV(B) 171.72º 0.18% 0.63% -
XYZ 27.93 32.37 36.23 -
YUV 150.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 131 160 156 0.18 0 0.02 0.37 171.72 0.13 0.57
Hex 83 A0 9C 12 0 2 25 AC D 39
Octal 203 240 234 22 0 2 45 254 15 71
Binary 10000011 10100000 10011100 10010 0 10 100101 10101100 1101 111001

Color Harmonies of #83A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A09C

Black with #83A09C

Text Example


Text Example

White with #83A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,156); }

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

background-color css

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

 a { background-color: rgb(131,160,156); }

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

border-color css

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

 span { border-color: rgb(131,160,156); }

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