Html Css Color HEX #0B875E Deep Sea

📋 copy color: '#0B875E'

red 11 ◦ green 135 ◦ blue 94

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

Shades of Deep Sea #0B875E

Tints of Deep Sea #0B875E

RGB

 RED value IS 11 (4.69% from 255) = 4.58%

 GREEN value IS 135 (53.13% from 255) = 56.25%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 4.58%
G = 56.25%
B = 39.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0B875E (or 0x0B875E) is known color: Deep Sea. HEX triplet: 0B, 87 and 5E. RGB value is (11,135,94). Sum of RGB (Red+Green+Blue) = 11+135+94=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #0B875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B875E is #F478A1. Grayscale: #5D5D5D. Windows color (decimal): -16021666 or 6194955. OLE color: 6194955.

HSL color Cylindrical-coordinate representation of color #0B875E: hue angle of 160.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B875E is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 135 94 -
CMYK 0.92 0 0.30 0.47
HSL 160.16º 0.85% 0.29% -
HSV(B) 160.16º 0.92% 0.53% -
XYZ 10.82 18.21 13.53 -
YUV 93.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 11 135 94 0.92 0 0.30 0.47 160.16 0.85 0.29
Hex B 87 5E 5C 0 1E 2F A0 55 1D
Octal 13 207 136 134 0 36 57 240 125 35
Binary 1011 10000111 1011110 1011100 0 11110 101111 10100000 1010101 11101

Color Harmonies of #0B875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B875E

Black with #0B875E

Text Example


Text Example

White with #0B875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B875E; }

 p { color: rgb(11,135,94); }

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

background-color css

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

 a { background-color: rgb(11,135,94); }

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

border-color css

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

 span { border-color: rgb(11,135,94); }

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