Html Css Color HEX #0B8163 Deep Sea

📋 copy color: '#0B8163'

red 11 ◦ green 129 ◦ blue 99

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

Shades of Deep Sea #0B8163

Tints of Deep Sea #0B8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.97%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 4.6%
G = 53.97%
B = 41.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#0B8163 (or 0x0B8163) is known color: Deep Sea. HEX triplet: 0B, 81 and 63. RGB value is (11,129,99). Sum of RGB (Red+Green+Blue) = 11+129+99=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #0B8163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8163 is #F47E9C. Grayscale: #5A5A5A. Windows color (decimal): -16023197 or 6521099. OLE color: 6521099.

HSL color Cylindrical-coordinate representation of color #0B8163: hue angle of 164.75º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B8163 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 129 99 -
CMYK 0.91 0 0.23 0.49
HSL 164.75º 0.84% 0.27% -
HSV(B) 164.75º 0.91% 0.51% -
XYZ 10.24 16.67 14.48 -
YUV 90.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 11 129 99 0.91 0 0.23 0.49 164.75 0.84 0.27
Hex B 81 63 5B 0 17 31 A5 54 1B
Octal 13 201 143 133 0 27 61 245 124 33
Binary 1011 10000001 1100011 1011011 0 10111 110001 10100101 1010100 11011

Color Harmonies of #0B8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8163

Black with #0B8163

Text Example


Text Example

White with #0B8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,129,99); }

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

background-color css

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

 a { background-color: rgb(11,129,99); }

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

border-color css

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

 span { border-color: rgb(11,129,99); }

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