Html Css Color HEX #0B9798 Dark Cyan

📋 copy color: '#0B9798'

red 11 ◦ green 151 ◦ blue 152

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

Shades of Dark Cyan #0B9798

Tints of Dark Cyan #0B9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.09%

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

R = 3.5%
G = 48.09%
B = 48.41%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B9798 (or 0x0B9798) is known color: Dark Cyan. HEX triplet: 0B, 97 and 98. RGB value is (11,151,152). Sum of RGB (Red+Green+Blue) = 11+151+152=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B9798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9798 is #F46867. Grayscale: #6D6D6D. Windows color (decimal): -16017512 or 10000139. OLE color: 10000139.

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

Color convert

RGB 11 151 152 -
CMYK 0.93 0.01 0 0.40
HSL 180.43º 0.87% 0.32% -
HSV(B) 180.43º 0.93% 0.6% -
XYZ 16.87 24.47 33.54 -
YUV 109.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 11 151 152 0.93 0.01 0 0.40 180.43 0.87 0.32
Hex B 97 98 5D 1 0 28 B4 57 20
Octal 13 227 230 135 1 0 50 264 127 40
Binary 1011 10010111 10011000 1011101 1 0 101000 10110100 1010111 100000

Color Harmonies of #0B9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9798

Black with #0B9798

Text Example


Text Example

White with #0B9798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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