Html Css Color HEX #819B9A Submarine

📋 copy color: '#819B9A'

red 129 ◦ green 155 ◦ blue 154

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

Shades of Submarine #819B9A

Tints of Submarine #819B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 29.45%
G = 35.39%
B = 35.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#819B9A (or 0x819B9A) is known color: Submarine. HEX triplet: 81, 9B and 9A. RGB value is (129,155,154). Sum of RGB (Red+Green+Blue) = 129+155+154=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #819B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B9A is #7E6465. Grayscale: #939393. Windows color (decimal): -8283238 or 10132353. OLE color: 10132353.

HSL color Cylindrical-coordinate representation of color #819B9A: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819B9A is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 154 -
CMYK 0.17 0 0.01 0.39
HSL 177.69º 0.12% 0.56% -
HSV(B) 177.69º 0.17% 0.61% -
XYZ 26.61 30.44 35.05 -
YUV 147.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 129 155 154 0.17 0 0.01 0.39 177.69 0.12 0.56
Hex 81 9B 9A 11 0 1 27 B2 C 38
Octal 201 233 232 21 0 1 47 262 14 70
Binary 10000001 10011011 10011010 10001 0 1 100111 10110010 1100 111000

Color Harmonies of #819B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B9A

Black with #819B9A

Text Example


Text Example

White with #819B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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