Html Css Color HEX #0B9398 Dark Cyan

📋 copy color: '#0B9398'

red 11 ◦ green 147 ◦ blue 152

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

Shades of Dark Cyan #0B9398

Tints of Dark Cyan #0B9398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.42%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 3.55%
G = 47.42%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B9398 (or 0x0B9398) is known color: Dark Cyan. HEX triplet: 0B, 93 and 98. RGB value is (11,147,152). Sum of RGB (Red+Green+Blue) = 11+147+152=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B9398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9398 is #F46C67. Grayscale: #6A6A6A. Windows color (decimal): -16018536 or 9999115. OLE color: 9999115.

HSL color Cylindrical-coordinate representation of color #0B9398: hue angle of 182.13º 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 #0B9398 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 147 152 -
CMYK 0.93 0.03 0 0.40
HSL 182.13º 0.87% 0.32% -
HSV(B) 182.13º 0.93% 0.6% -
XYZ 16.24 23.21 33.33 -
YUV 106.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 11 147 152 0.93 0.03 0 0.40 182.13 0.87 0.32
Hex B 93 98 5D 3 0 28 B6 57 20
Octal 13 223 230 135 3 0 50 266 127 40
Binary 1011 10010011 10011000 1011101 11 0 101000 10110110 1010111 100000

Color Harmonies of #0B9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9398

Black with #0B9398

Text Example


Text Example

White with #0B9398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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