Html Css Color HEX #8A9695 Submarine

📋 copy color: '#8A9695'

red 138 ◦ green 150 ◦ blue 149

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

Shades of Submarine #8A9695

Tints of Submarine #8A9695

RGB

 RED value IS 138 (54.3% from 255) = 31.58%

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

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 31.58%
G = 34.32%
B = 34.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#8A9695 (or 0x8A9695) is known color: Submarine. HEX triplet: 8A, 96 and 95. RGB value is (138,150,149). Sum of RGB (Red+Green+Blue) = 138+150+149=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9695 is #75696A. Grayscale: #929292. Windows color (decimal): -7694699 or 9803402. OLE color: 9803402.

HSL color Cylindrical-coordinate representation of color #8A9695: hue angle of 175º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A9695 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 149 -
CMYK 0.08 0 0.01 0.41
HSL 175º 0.05% 0.56% -
HSV(B) 175º 0.08% 0.59% -
XYZ 26.81 29.39 32.69 -
YUV 146.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 138 150 149 0.08 0 0.01 0.41 175 0.05 0.56
Hex 8A 96 95 8 0 1 29 AF 5 38
Octal 212 226 225 10 0 1 51 257 5 70
Binary 10001010 10010110 10010101 1000 0 1 101001 10101111 101 111000

Color Harmonies of #8A9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9695

Black with #8A9695

Text Example


Text Example

White with #8A9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9695; }

 p { color: rgb(138,150,149); }

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

background-color css

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

 a { background-color: rgb(138,150,149); }

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

border-color css

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

 span { border-color: rgb(138,150,149); }

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