#0F8A8B

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

Shades of Dark Cyan #0F8A8B

Tints of Dark Cyan #0F8A8B

Color information

#0F8A8B (or 0x0F8A8B) is unknown color: approx Dark Cyan. HEX triplet: 0F, 8A and 8B. RGB value is (15,138,139). Sum of RGB (Red+Green+Blue) = 15+138+139=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F8A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8A8B is #F07574. Grayscale: #656565. Windows color (decimal): -15758709 or 9144847. OLE color: 9144847.

HSL color Cylindrical-coordinate representation of color #0F8A8B: hue angle of 180.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A8B is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15138139-
CMYK0.890.0100.45
HSL180.48º80.52%30.2%-
HSV(B)180.48º89.21%54.51%-
XYZ13.9520.1427.58-
YUV101.34149.2566.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=5.14%
G=47.26%
B=47.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151381390.890.0100.45180.4880.5230.2
HexF8A8B59102Db4511e
Octal17212213131105526412136
Binary1111100010101000101110110011010110110110100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,138,139); }

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

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

 a { background-color: rgb(15,138,139); }

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

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

 span { border-color: rgb(15,138,139); }

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