Html Css Color HEX #0B828D Dark Cyan

📋 copy color: '#0B828D'

red 11 ◦ green 130 ◦ blue 141

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

Shades of Dark Cyan #0B828D

Tints of Dark Cyan #0B828D

RGB

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

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

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

R = 3.9%
G = 46.1%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B828D (or 0x0B828D) is known color: Dark Cyan. HEX triplet: 0B, 82 and 8D. RGB value is (11,130,141). Sum of RGB (Red+Green+Blue) = 11+130+141=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B828D is #F47D72. Grayscale: #5F5F5F. Windows color (decimal): -16022899 or 9273867. OLE color: 9273867.

HSL color Cylindrical-coordinate representation of color #0B828D: hue angle of 185.08º 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 #0B828D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 130 141 -
CMYK 0.92 0.08 0 0.45
HSL 185.08º 0.86% 0.3% -
HSV(B) 185.08º 0.92% 0.55% -
XYZ 12.93 17.96 27.98 -
YUV 95.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 11 130 141 0.92 0.08 0 0.45 185.08 0.86 0.3
Hex B 82 8D 5C 8 0 2D B9 56 1E
Octal 13 202 215 134 10 0 55 271 126 36
Binary 1011 10000010 10001101 1011100 1000 0 101101 10111001 1010110 11110

Color Harmonies of #0B828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B828D

Black with #0B828D

Text Example


Text Example

White with #0B828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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