Html Css Color HEX #0B808D Dark Cyan

📋 copy color: '#0B808D'

red 11 ◦ green 128 ◦ blue 141

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

Shades of Dark Cyan #0B808D

Tints of Dark Cyan #0B808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 3.93%
G = 45.71%
B = 50.36%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B808D (or 0x0B808D) is known color: Dark Cyan. HEX triplet: 0B, 80 and 8D. RGB value is (11,128,141). Sum of RGB (Red+Green+Blue) = 11+128+141=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B808D is #F47F72. Grayscale: #5E5E5E. Windows color (decimal): -16023411 or 9273355. OLE color: 9273355.

HSL color Cylindrical-coordinate representation of color #0B808D: hue angle of 186º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B808D is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 128 141 -
CMYK 0.92 0.09 0 0.45
HSL 186º 0.86% 0.3% -
HSV(B) 186º 0.92% 0.55% -
XYZ 12.66 17.43 27.9 -
YUV 94.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 11 128 141 0.92 0.09 0 0.45 186 0.86 0.3
Hex B 80 8D 5C 9 0 2D BA 56 1E
Octal 13 200 215 134 11 0 55 272 126 36
Binary 1011 10000000 10001101 1011100 1001 0 101101 10111010 1010110 11110

Color Harmonies of #0B808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B808D

Black with #0B808D

Text Example


Text Example

White with #0B808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,128,141); }

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

background-color css

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

 a { background-color: rgb(11,128,141); }

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

border-color css

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

 span { border-color: rgb(11,128,141); }

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