Html Css Color HEX #819699 Submarine

📋 copy color: '#819699'

red 129 ◦ green 150 ◦ blue 153

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

Shades of Submarine #819699

Tints of Submarine #819699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 29.86%
G = 34.72%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#819699 (or 0x819699) is known color: Submarine. HEX triplet: 81, 96 and 99. RGB value is (129,150,153). Sum of RGB (Red+Green+Blue) = 129+150+153=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #819699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819699 is #7E6966. Grayscale: #909090. Windows color (decimal): -8284519 or 10065537. OLE color: 10065537.

HSL color Cylindrical-coordinate representation of color #819699: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819699 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 150 153 -
CMYK 0.16 0.02 0 0.4
HSL 187.5º 0.11% 0.55% -
HSV(B) 187.5º 0.16% 0.6% -
XYZ 25.71 28.78 34.34 -
YUV 144.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 129 150 153 0.16 0.02 0 0.4 187.5 0.11 0.55
Hex 81 96 99 10 2 0 28 BC B 37
Octal 201 226 231 20 2 0 50 274 13 67
Binary 10000001 10010110 10011001 10000 10 0 101000 10111100 1011 110111

Color Harmonies of #819699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819699

Black with #819699

Text Example


Text Example

White with #819699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819699; }

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

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

background-color css

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

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

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

border-color css

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

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

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