Html Css Color HEX #0B9187 Dark Cyan

📋 copy color: '#0B9187'

red 11 ◦ green 145 ◦ blue 135

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

Shades of Dark Cyan #0B9187

Tints of Dark Cyan #0B9187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 3.78%
G = 49.83%
B = 46.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#0B9187 (or 0x0B9187) is known color: Dark Cyan. HEX triplet: 0B, 91 and 87. RGB value is (11,145,135). Sum of RGB (Red+Green+Blue) = 11+145+135=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9187 is #F46E78. Grayscale: #676767. Windows color (decimal): -16019065 or 8884491. OLE color: 8884491.

HSL color Cylindrical-coordinate representation of color #0B9187: hue angle of 175.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9187 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 145 135 -
CMYK 0.92 0 0.07 0.43
HSL 175.52º 0.86% 0.31% -
HSV(B) 175.52º 0.92% 0.57% -
XYZ 14.64 22.07 26.41 -
YUV 103.79 145.61 61.81 -
System Red Green Blue C M Y K H S L
Decimal 11 145 135 0.92 0 0.07 0.43 175.52 0.86 0.31
Hex B 91 87 5C 0 7 2B B0 56 1F
Octal 13 221 207 134 0 7 53 260 126 37
Binary 1011 10010001 10000111 1011100 0 111 101011 10110000 1010110 11111

Color Harmonies of #0B9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9187

Black with #0B9187

Text Example


Text Example

White with #0B9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,145,135); }

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

background-color css

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

 a { background-color: rgb(11,145,135); }

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

border-color css

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

 span { border-color: rgb(11,145,135); }

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