Html Css Color HEX #0B988E Dark Cyan

📋 copy color: '#0B988E'

red 11 ◦ green 152 ◦ blue 142

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

Shades of Dark Cyan #0B988E

Tints of Dark Cyan #0B988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 3.61%
G = 49.84%
B = 46.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#0B988E (or 0x0B988E) is known color: Dark Cyan. HEX triplet: 0B, 98 and 8E. RGB value is (11,152,142). Sum of RGB (Red+Green+Blue) = 11+152+142=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #0B988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B988E is #F46771. Grayscale: #6C6C6C. Windows color (decimal): -16017266 or 9345035. OLE color: 9345035.

HSL color Cylindrical-coordinate representation of color #0B988E: hue angle of 175.74º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B988E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 152 142 -
CMYK 0.93 0 0.07 0.40
HSL 175.74º 0.87% 0.32% -
HSV(B) 175.74º 0.93% 0.6% -
XYZ 16.25 24.48 29.46 -
YUV 108.7 146.79 58.31 -
System Red Green Blue C M Y K H S L
Decimal 11 152 142 0.93 0 0.07 0.40 175.74 0.87 0.32
Hex B 98 8E 5D 0 7 28 B0 57 20
Octal 13 230 216 135 0 7 50 260 127 40
Binary 1011 10011000 10001110 1011101 0 111 101000 10110000 1010111 100000

Color Harmonies of #0B988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B988E

Black with #0B988E

Text Example


Text Example

White with #0B988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,152,142); }

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

background-color css

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

 a { background-color: rgb(11,152,142); }

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

border-color css

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

 span { border-color: rgb(11,152,142); }

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