Html Css Color HEX #0B958D Dark Cyan

📋 copy color: '#0B958D'

red 11 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #0B958D

Tints of Dark Cyan #0B958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 3.65%
G = 49.5%
B = 46.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#0B958D (or 0x0B958D) is known color: Dark Cyan. HEX triplet: 0B, 95 and 8D. RGB value is (11,149,141). Sum of RGB (Red+Green+Blue) = 11+149+141=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #0B958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B958D is #F46A72. Grayscale: #6A6A6A. Windows color (decimal): -16018035 or 9278731. OLE color: 9278731.

HSL color Cylindrical-coordinate representation of color #0B958D: hue angle of 176.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B958D is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 149 141 -
CMYK 0.93 0 0.05 0.42
HSL 176.52º 0.86% 0.31% -
HSV(B) 176.52º 0.93% 0.58% -
XYZ 15.69 23.49 28.91 -
YUV 106.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 11 149 141 0.93 0 0.05 0.42 176.52 0.86 0.31
Hex B 95 8D 5D 0 5 2A B1 56 1F
Octal 13 225 215 135 0 5 52 261 126 37
Binary 1011 10010101 10001101 1011101 0 101 101010 10110001 1010110 11111

Color Harmonies of #0B958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B958D

Black with #0B958D

Text Example


Text Example

White with #0B958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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