Html Css Color HEX #0B836A Deep Sea

📋 copy color: '#0B836A'

red 11 ◦ green 131 ◦ blue 106

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

Shades of Deep Sea #0B836A

Tints of Deep Sea #0B836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.74%

R = 4.44%
G = 52.82%
B = 42.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#0B836A (or 0x0B836A) is known color: Deep Sea. HEX triplet: 0B, 83 and 6A. RGB value is (11,131,106). Sum of RGB (Red+Green+Blue) = 11+131+106=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #0B836A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B836A is #F47C95. Grayscale: #5C5C5C. Windows color (decimal): -16022678 or 6980363. OLE color: 6980363.

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

Color convert

RGB 11 131 106 -
CMYK 0.92 0 0.19 0.49
HSL 167.5º 0.85% 0.28% -
HSV(B) 167.5º 0.92% 0.51% -
XYZ 10.86 17.34 16.41 -
YUV 92.27 135.74 70.03 -
System Red Green Blue C M Y K H S L
Decimal 11 131 106 0.92 0 0.19 0.49 167.5 0.85 0.28
Hex B 83 6A 5C 0 13 31 A8 55 1C
Octal 13 203 152 134 0 23 61 250 125 34
Binary 1011 10000011 1101010 1011100 0 10011 110001 10101000 1010101 11100

Color Harmonies of #0B836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B836A

Black with #0B836A

Text Example


Text Example

White with #0B836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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