Html Css Color HEX #819F9B Submarine

📋 copy color: '#819F9B'

red 129 ◦ green 159 ◦ blue 155

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

Shades of Submarine #819F9B

Tints of Submarine #819F9B

RGB

 RED value IS 129 (50.78% from 255) = 29.12%

 GREEN value IS 159 (62.5% from 255) = 35.89%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 29.12%
G = 35.89%
B = 34.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#819F9B (or 0x819F9B) is known color: Submarine. HEX triplet: 81, 9F and 9B. RGB value is (129,159,155). Sum of RGB (Red+Green+Blue) = 129+159+155=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #819F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F9B is #7E6064. Grayscale: #959595. Windows color (decimal): -8282213 or 10198913. OLE color: 10198913.

HSL color Cylindrical-coordinate representation of color #819F9B: hue angle of 172º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F9B is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 159 155 -
CMYK 0.19 0 0.03 0.38
HSL 172º 0.14% 0.56% -
HSV(B) 172º 0.19% 0.62% -
XYZ 27.37 31.83 35.71 -
YUV 149.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 129 159 155 0.19 0 0.03 0.38 172 0.14 0.56
Hex 81 9F 9B 13 0 3 26 AC E 38
Octal 201 237 233 23 0 3 46 254 16 70
Binary 10000001 10011111 10011011 10011 0 11 100110 10101100 1110 111000

Color Harmonies of #819F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819F9B

Black with #819F9B

Text Example


Text Example

White with #819F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819F9B; }

 p { color: rgb(129,159,155); }

 H1.HeaderClassName
 {
   color: #819F9B;
 }
 .AnyTagClassName
 {
   color: #819F9B;
 }
</style>

background-color css

<style>
 a { background-color: #819F9B; }

 a { background-color: rgb(129,159,155); }

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

border-color css

<style>
 span { border-color: #819F9B; }

 span { border-color: rgb(129,159,155); }

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