Html Css Color HEX #0B9692 Dark Cyan

📋 copy color: '#0B9692'

red 11 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #0B9692

Tints of Dark Cyan #0B9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 3.58%
G = 48.86%
B = 47.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#0B9692 (or 0x0B9692) is known color: Dark Cyan. HEX triplet: 0B, 96 and 92. RGB value is (11,150,146). Sum of RGB (Red+Green+Blue) = 11+150+146=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9692 is #F4696D. Grayscale: #6B6B6B. Windows color (decimal): -16017774 or 9606667. OLE color: 9606667.

HSL color Cylindrical-coordinate representation of color #0B9692: hue angle of 178.27º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9692 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 150 146 -
CMYK 0.93 0 0.03 0.41
HSL 178.27º 0.86% 0.32% -
HSV(B) 178.27º 0.93% 0.59% -
XYZ 16.23 23.96 30.96 -
YUV 107.98 149.45 58.83 -
System Red Green Blue C M Y K H S L
Decimal 11 150 146 0.93 0 0.03 0.41 178.27 0.86 0.32
Hex B 96 92 5D 0 3 29 B2 56 20
Octal 13 226 222 135 0 3 51 262 126 40
Binary 1011 10010110 10010010 1011101 0 11 101001 10110010 1010110 100000

Color Harmonies of #0B9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9692

Black with #0B9692

Text Example


Text Example

White with #0B9692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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