Html Css Color HEX #0F9096 Dark Cyan

📋 copy color: '#0F9096'

red 15 ◦ green 144 ◦ blue 150

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

Shades of Dark Cyan #0F9096

Tints of Dark Cyan #0F9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 4.85%
G = 46.6%
B = 48.54%

CMYK

 C value IS 0.9

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F9096 (or 0x0F9096) is known color: Dark Cyan. HEX triplet: 0F, 90 and 96. RGB value is (15,144,150). Sum of RGB (Red+Green+Blue) = 15+144+150=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F9096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9096 is #F06F69. Grayscale: #696969. Windows color (decimal): -15757162 or 9867279. OLE color: 9867279.

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

Color convert

RGB 15 144 150 -
CMYK 0.9 0.04 0 0.41
HSL 182.67º 0.82% 0.32% -
HSV(B) 182.67º 0.9% 0.59% -
XYZ 15.68 22.25 32.32 -
YUV 106.11 152.76 63.01 -
System Red Green Blue C M Y K H S L
Decimal 15 144 150 0.9 0.04 0 0.41 182.67 0.82 0.32
Hex F 90 96 5A 4 0 29 B7 52 20
Octal 17 220 226 132 4 0 51 267 122 40
Binary 1111 10010000 10010110 1011010 100 0 101001 10110111 1010010 100000

Color Harmonies of #0F9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9096

Black with #0F9096

Text Example


Text Example

White with #0F9096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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