Html Css Color HEX #879E9A Submarine

📋 copy color: '#879E9A'

red 135 ◦ green 158 ◦ blue 154

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

Shades of Submarine #879E9A

Tints of Submarine #879E9A

RGB

 RED value IS 135 (53.13% from 255) = 30.2%

 GREEN value IS 158 (62.11% from 255) = 35.35%

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

R = 30.2%
G = 35.35%
B = 34.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#879E9A (or 0x879E9A) is known color: Submarine. HEX triplet: 87, 9E and 9A. RGB value is (135,158,154). Sum of RGB (Red+Green+Blue) = 135+158+154=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #879E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E9A is #786165. Grayscale: #969696. Windows color (decimal): -7889254 or 10133127. OLE color: 10133127.

HSL color Cylindrical-coordinate representation of color #879E9A: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879E9A is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 158 154 -
CMYK 0.15 0 0.03 0.38
HSL 169.57º 0.11% 0.57% -
HSV(B) 169.57º 0.15% 0.62% -
XYZ 28.05 31.94 35.26 -
YUV 150.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 135 158 154 0.15 0 0.03 0.38 169.57 0.11 0.57
Hex 87 9E 9A F 0 3 26 AA B 39
Octal 207 236 232 17 0 3 46 252 13 71
Binary 10000111 10011110 10011010 1111 0 11 100110 10101010 1011 111001

Color Harmonies of #879E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E9A

Black with #879E9A

Text Example


Text Example

White with #879E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879E9A; }

 p { color: rgb(135,158,154); }

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

background-color css

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

 a { background-color: rgb(135,158,154); }

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

border-color css

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

 span { border-color: rgb(135,158,154); }

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