#0F848C

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

Shades of Dark Cyan #0F848C

Tints of Dark Cyan #0F848C

Color information

#0F848C (or 0x0F848C) is unknown color: approx Dark Cyan. HEX triplet: 0F, 84 and 8C. RGB value is (15,132,140). Sum of RGB (Red+Green+Blue) = 15+132+140=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F848C is #F07B73. Grayscale: #616161. Windows color (decimal): -15760244 or 9208847. OLE color: 9208847.

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

Color convert

RGB15132140-
CMYK0.890.0600.45
HSL183.84º80.65%30.39%-
HSV(B)183.84º89.29%54.9%-
XYZ13.1818.527.69-
YUV97.93151.7468.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=5.23%
G=45.99%
B=48.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151321400.890.0600.45183.8480.6530.39
HexF848C59602Db8511e
Octal17204214131605527012136
Binary111110000100100011001011001110010110110111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,132,140); }

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

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

 a { background-color: rgb(15,132,140); }

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

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

 span { border-color: rgb(15,132,140); }

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