#0B8A81

Color #0B8A81 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0B8A81

Tints of Dark Cyan #0B8A81

Color information

#0B8A81 (or 0x0B8A81) is unknown color: approx Dark Cyan. HEX triplet: 0B, 8A and 81. RGB value is (11,138,129). Sum of RGB (Red+Green+Blue) = 11+138+129=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8A81 is #F4757E. Grayscale: #626262. Windows color (decimal): -16020863 or 8489483. OLE color: 8489483.

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

Color convert

RGB11138129-
CMYK0.9200.070.46
HSL175.75º85.23%29.22%-
HSV(B)175.75º92.03%54.12%-
XYZ13.1919.8323.9-
YUV99144.9265.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.96%
GREEN value IS 138 (54.30% from 255) = 49.64%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=3.96%
G=49.64%
B=46.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111381290.9200.070.46175.7585.2329.22
HexB8A815C072Eb0551d
Octal13212201134075626012535
Binary101110001010100000011011100011110111010110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,138,129); }

 H1.HeaderClassName
 {
   color: #0B8A81;
 }
 .AnyTagClassName
 {
   color: #0B8A81;
 }
</style>
background-color css

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

 a { background-color: rgb(11,138,129); }

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

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

 span { border-color: rgb(11,138,129); }

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