Html Css Color HEX #0B885A Deep Sea

📋 copy color: '#0B885A'

red 11 ◦ green 136 ◦ blue 90

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

Shades of Deep Sea #0B885A

Tints of Deep Sea #0B885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 4.64%
G = 57.38%
B = 37.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#0B885A (or 0x0B885A) is known color: Deep Sea. HEX triplet: 0B, 88 and 5A. RGB value is (11,136,90). Sum of RGB (Red+Green+Blue) = 11+136+90=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #0B885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B885A is #F477A5. Grayscale: #5D5D5D. Windows color (decimal): -16021414 or 5933067. OLE color: 5933067.

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

Color convert

RGB 11 136 90 -
CMYK 0.92 0 0.34 0.47
HSL 157.92º 0.85% 0.29% -
HSV(B) 157.92º 0.92% 0.53% -
XYZ 10.79 18.42 12.66 -
YUV 93.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 11 136 90 0.92 0 0.34 0.47 157.92 0.85 0.29
Hex B 88 5A 5C 0 22 2F 9E 55 1D
Octal 13 210 132 134 0 42 57 236 125 35
Binary 1011 10001000 1011010 1011100 0 100010 101111 10011110 1010101 11101

Color Harmonies of #0B885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B885A

Black with #0B885A

Text Example


Text Example

White with #0B885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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