Html Css Color HEX #0B8685 Dark Cyan

📋 copy color: '#0B8685'

red 11 ◦ green 134 ◦ blue 133

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

Shades of Dark Cyan #0B8685

Tints of Dark Cyan #0B8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 3.96%
G = 48.2%
B = 47.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#0B8685 (or 0x0B8685) is known color: Dark Cyan. HEX triplet: 0B, 86 and 85. RGB value is (11,134,133). Sum of RGB (Red+Green+Blue) = 11+134+133=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8685 is #F4797A. Grayscale: #606060. Windows color (decimal): -16021883 or 8750603. OLE color: 8750603.

HSL color Cylindrical-coordinate representation of color #0B8685: hue angle of 179.51º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8685 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 134 133 -
CMYK 0.92 0 0.01 0.47
HSL 179.51º 0.85% 0.28% -
HSV(B) 179.51º 0.92% 0.53% -
XYZ 12.9 18.81 25.14 -
YUV 97.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 11 134 133 0.92 0 0.01 0.47 179.51 0.85 0.28
Hex B 86 85 5C 0 1 2F B4 55 1C
Octal 13 206 205 134 0 1 57 264 125 34
Binary 1011 10000110 10000101 1011100 0 1 101111 10110100 1010101 11100

Color Harmonies of #0B8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8685

Black with #0B8685

Text Example


Text Example

White with #0B8685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,134,133); }

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

background-color css

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

 a { background-color: rgb(11,134,133); }

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

border-color css

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

 span { border-color: rgb(11,134,133); }

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