Html Css Color HEX #0B9892 Dark Cyan

📋 copy color: '#0B9892'

red 11 ◦ green 152 ◦ blue 146

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

Shades of Dark Cyan #0B9892

Tints of Dark Cyan #0B9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 3.56%
G = 49.19%
B = 47.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#0B9892 (or 0x0B9892) is known color: Dark Cyan. HEX triplet: 0B, 98 and 92. RGB value is (11,152,146). Sum of RGB (Red+Green+Blue) = 11+152+146=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9892 is #F4676D. Grayscale: #6D6D6D. Windows color (decimal): -16017262 or 9607179. OLE color: 9607179.

HSL color Cylindrical-coordinate representation of color #0B9892: hue angle of 177.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9892 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 152 146 -
CMYK 0.93 0 0.04 0.40
HSL 177.45º 0.87% 0.32% -
HSV(B) 177.45º 0.93% 0.6% -
XYZ 16.55 24.6 31.07 -
YUV 109.16 148.79 57.99 -
System Red Green Blue C M Y K H S L
Decimal 11 152 146 0.93 0 0.04 0.40 177.45 0.87 0.32
Hex B 98 92 5D 0 4 28 B1 57 20
Octal 13 230 222 135 0 4 50 261 127 40
Binary 1011 10011000 10010010 1011101 0 100 101000 10110001 1010111 100000

Color Harmonies of #0B9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9892

Black with #0B9892

Text Example


Text Example

White with #0B9892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,152,146); }

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

background-color css

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

 a { background-color: rgb(11,152,146); }

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

border-color css

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

 span { border-color: rgb(11,152,146); }

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