Html Css Color HEX #0B885C Deep Sea

📋 copy color: '#0B885C'

red 11 ◦ green 136 ◦ blue 92

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

Shades of Deep Sea #0B885C

Tints of Deep Sea #0B885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 4.6%
G = 56.9%
B = 38.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#0B885C (or 0x0B885C) is known color: Deep Sea. HEX triplet: 0B, 88 and 5C. RGB value is (11,136,92). Sum of RGB (Red+Green+Blue) = 11+136+92=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #0B885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B885C is #F477A3. Grayscale: #5D5D5D. Windows color (decimal): -16021412 or 6064139. OLE color: 6064139.

HSL color Cylindrical-coordinate representation of color #0B885C: hue angle of 158.88º 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 #0B885C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 136 92 -
CMYK 0.92 0 0.32 0.47
HSL 158.88º 0.85% 0.29% -
HSV(B) 158.88º 0.92% 0.53% -
XYZ 10.87 18.45 13.11 -
YUV 93.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 11 136 92 0.92 0 0.32 0.47 158.88 0.85 0.29
Hex B 88 5C 5C 0 20 2F 9F 55 1D
Octal 13 210 134 134 0 40 57 237 125 35
Binary 1011 10001000 1011100 1011100 0 100000 101111 10011111 1010101 11101

Color Harmonies of #0B885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B885C

Black with #0B885C

Text Example


Text Example

White with #0B885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,92); }

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

background-color css

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

 a { background-color: rgb(11,136,92); }

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

border-color css

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

 span { border-color: rgb(11,136,92); }

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