Html Css Color HEX #879E9B Submarine

📋 copy color: '#879E9B'

red 135 ◦ green 158 ◦ blue 155

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

Shades of Submarine #879E9B

Tints of Submarine #879E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 30.13%
G = 35.27%
B = 34.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#879E9B (or 0x879E9B) is known color: Submarine. HEX triplet: 87, 9E and 9B. RGB value is (135,158,155). Sum of RGB (Red+Green+Blue) = 135+158+155=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #879E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E9B is #786164. Grayscale: #969696. Windows color (decimal): -7889253 or 10198663. OLE color: 10198663.

HSL color Cylindrical-coordinate representation of color #879E9B: hue angle of 172.17º 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 #879E9B is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 158 155 -
CMYK 0.15 0 0.02 0.38
HSL 172.17º 0.11% 0.57% -
HSV(B) 172.17º 0.15% 0.62% -
XYZ 28.13 31.97 35.7 -
YUV 150.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 135 158 155 0.15 0 0.02 0.38 172.17 0.11 0.57
Hex 87 9E 9B F 0 2 26 AC B 39
Octal 207 236 233 17 0 2 46 254 13 71
Binary 10000111 10011110 10011011 1111 0 10 100110 10101100 1011 111001

Color Harmonies of #879E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E9B

Black with #879E9B

Text Example


Text Example

White with #879E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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