Html Css Color HEX #0B836B Deep Sea

📋 copy color: '#0B836B'

red 11 ◦ green 131 ◦ blue 107

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

Shades of Deep Sea #0B836B

Tints of Deep Sea #0B836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.61%

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 4.42%
G = 52.61%
B = 42.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#0B836B (or 0x0B836B) is known color: Deep Sea. HEX triplet: 0B, 83 and 6B. RGB value is (11,131,107). Sum of RGB (Red+Green+Blue) = 11+131+107=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #0B836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B836B is #F47C94. Grayscale: #5C5C5C. Windows color (decimal): -16022677 or 7045899. OLE color: 7045899.

HSL color Cylindrical-coordinate representation of color #0B836B: hue angle of 168º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B836B is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 131 107 -
CMYK 0.92 0 0.18 0.49
HSL 168º 0.85% 0.28% -
HSV(B) 168º 0.92% 0.51% -
XYZ 10.91 17.37 16.69 -
YUV 92.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 11 131 107 0.92 0 0.18 0.49 168 0.85 0.28
Hex B 83 6B 5C 0 12 31 A8 55 1C
Octal 13 203 153 134 0 22 61 250 125 34
Binary 1011 10000011 1101011 1011100 0 10010 110001 10101000 1010101 11100

Color Harmonies of #0B836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B836B

Black with #0B836B

Text Example


Text Example

White with #0B836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,131,107); }

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

background-color css

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

 a { background-color: rgb(11,131,107); }

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

border-color css

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

 span { border-color: rgb(11,131,107); }

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