Html Css Color HEX #819896 Submarine

📋 copy color: '#819896'

red 129 ◦ green 152 ◦ blue 150

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

Shades of Submarine #819896

Tints of Submarine #819896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 29.93%
G = 35.27%
B = 34.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#819896 (or 0x819896) is known color: Submarine. HEX triplet: 81, 98 and 96. RGB value is (129,152,150). Sum of RGB (Red+Green+Blue) = 129+152+150=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #819896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819896 is #7E6769. Grayscale: #909090. Windows color (decimal): -8284010 or 9869441. OLE color: 9869441.

HSL color Cylindrical-coordinate representation of color #819896: hue angle of 174.78º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819896 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 150 -
CMYK 0.15 0 0.01 0.40
HSL 174.78º 0.1% 0.55% -
HSV(B) 174.78º 0.15% 0.6% -
XYZ 25.79 29.33 33.16 -
YUV 144.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 129 152 150 0.15 0 0.01 0.40 174.78 0.1 0.55
Hex 81 98 96 F 0 1 28 AF A 37
Octal 201 230 226 17 0 1 50 257 12 67
Binary 10000001 10011000 10010110 1111 0 1 101000 10101111 1010 110111

Color Harmonies of #819896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819896

Black with #819896

Text Example


Text Example

White with #819896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819896; }

 p { color: rgb(129,152,150); }

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

background-color css

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

 a { background-color: rgb(129,152,150); }

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

border-color css

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

 span { border-color: rgb(129,152,150); }

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