Html Css Color HEX #0B8289 Dark Cyan

📋 copy color: '#0B8289'

red 11 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #0B8289

Tints of Dark Cyan #0B8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 3.96%
G = 46.76%
B = 49.28%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B8289 (or 0x0B8289) is known color: Dark Cyan. HEX triplet: 0B, 82 and 89. RGB value is (11,130,137). Sum of RGB (Red+Green+Blue) = 11+130+137=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B8289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8289 is #F47D76. Grayscale: #5F5F5F. Windows color (decimal): -16022903 or 9011723. OLE color: 9011723.

HSL color Cylindrical-coordinate representation of color #0B8289: hue angle of 183.33º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8289 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 130 137 -
CMYK 0.92 0.05 0 0.46
HSL 183.33º 0.85% 0.29% -
HSV(B) 183.33º 0.92% 0.54% -
XYZ 12.64 17.84 26.44 -
YUV 95.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 11 130 137 0.92 0.05 0 0.46 183.33 0.85 0.29
Hex B 82 89 5C 5 0 2E B7 55 1D
Octal 13 202 211 134 5 0 56 267 125 35
Binary 1011 10000010 10001001 1011100 101 0 101110 10110111 1010101 11101

Color Harmonies of #0B8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8289

Black with #0B8289

Text Example


Text Example

White with #0B8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,130,137); }

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

background-color css

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

 a { background-color: rgb(11,130,137); }

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

border-color css

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

 span { border-color: rgb(11,130,137); }

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