Html Css Color HEX #0F9396 Dark Cyan

📋 copy color: '#0F9396'

red 15 ◦ green 147 ◦ blue 150

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

Shades of Dark Cyan #0F9396

Tints of Dark Cyan #0F9396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 4.81%
G = 47.12%
B = 48.08%

CMYK

 C value IS 0.9

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F9396 (or 0x0F9396) is known color: Dark Cyan. HEX triplet: 0F, 93 and 96. RGB value is (15,147,150). Sum of RGB (Red+Green+Blue) = 15+147+150=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F9396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9396 is #F06C69. Grayscale: #6B6B6B. Windows color (decimal): -15756394 or 9868047. OLE color: 9868047.

HSL color Cylindrical-coordinate representation of color #0F9396: hue angle of 181.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9396 is Cyan = 0.9, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 147 150 -
CMYK 0.9 0.02 0 0.41
HSL 181.33º 0.82% 0.32% -
HSV(B) 181.33º 0.9% 0.59% -
XYZ 16.14 23.17 32.48 -
YUV 107.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 15 147 150 0.9 0.02 0 0.41 181.33 0.82 0.32
Hex F 93 96 5A 2 0 29 B5 52 20
Octal 17 223 226 132 2 0 51 265 122 40
Binary 1111 10010011 10010110 1011010 10 0 101001 10110101 1010010 100000

Color Harmonies of #0F9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9396

Black with #0F9396

Text Example


Text Example

White with #0F9396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,147,150); }

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

background-color css

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

 a { background-color: rgb(15,147,150); }

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

border-color css

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

 span { border-color: rgb(15,147,150); }

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