Html Css Color HEX #0F9189 Dark Cyan

📋 copy color: '#0F9189'

red 15 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #0F9189

Tints of Dark Cyan #0F9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 5.05%
G = 48.82%
B = 46.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#0F9189 (or 0x0F9189) is known color: Dark Cyan. HEX triplet: 0F, 91 and 89. RGB value is (15,145,137). Sum of RGB (Red+Green+Blue) = 15+145+137=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9189 is #F06E76. Grayscale: #696969. Windows color (decimal): -15756919 or 9015567. OLE color: 9015567.

HSL color Cylindrical-coordinate representation of color #0F9189: hue angle of 176.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9189 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 145 137 -
CMYK 0.90 0 0.06 0.43
HSL 176.31º 0.81% 0.31% -
HSV(B) 176.31º 0.9% 0.57% -
XYZ 14.84 22.16 27.16 -
YUV 105.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 15 145 137 0.90 0 0.06 0.43 176.31 0.81 0.31
Hex F 91 89 5A 0 6 2B B0 51 1F
Octal 17 221 211 132 0 6 53 260 121 37
Binary 1111 10010001 10001001 1011010 0 110 101011 10110000 1010001 11111

Color Harmonies of #0F9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9189

Black with #0F9189

Text Example


Text Example

White with #0F9189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,145,137); }

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

background-color css

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

 a { background-color: rgb(15,145,137); }

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

border-color css

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

 span { border-color: rgb(15,145,137); }

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