Html Css Color HEX #0F878C Dark Cyan

📋 copy color: '#0F878C'

red 15 ◦ green 135 ◦ blue 140

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

Shades of Dark Cyan #0F878C

Tints of Dark Cyan #0F878C

RGB

 RED value IS 15 (6.25% from 255) = 5.17%

 GREEN value IS 135 (53.13% from 255) = 46.55%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 5.17%
G = 46.55%
B = 48.28%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F878C (or 0x0F878C) is known color: Dark Cyan. HEX triplet: 0F, 87 and 8C. RGB value is (15,135,140). Sum of RGB (Red+Green+Blue) = 15+135+140=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F878C is #F07873. Grayscale: #636363. Windows color (decimal): -15759476 or 9209615. OLE color: 9209615.

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

Color convert

RGB 15 135 140 -
CMYK 0.89 0.04 0 0.45
HSL 182.4º 0.81% 0.3% -
HSV(B) 182.4º 0.89% 0.55% -
XYZ 13.59 19.32 27.82 -
YUV 99.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 15 135 140 0.89 0.04 0 0.45 182.4 0.81 0.3
Hex F 87 8C 59 4 0 2D B6 51 1E
Octal 17 207 214 131 4 0 55 266 121 36
Binary 1111 10000111 10001100 1011001 100 0 101101 10110110 1010001 11110

Color Harmonies of #0F878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F878C

Black with #0F878C

Text Example


Text Example

White with #0F878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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