Html Css Color HEX #0F9694 Dark Cyan

📋 copy color: '#0F9694'

red 15 ◦ green 150 ◦ blue 148

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

Shades of Dark Cyan #0F9694

Tints of Dark Cyan #0F9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 4.79%
G = 47.92%
B = 47.28%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#0F9694 (or 0x0F9694) is known color: Dark Cyan. HEX triplet: 0F, 96 and 94. RGB value is (15,150,148). Sum of RGB (Red+Green+Blue) = 15+150+148=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9694 is #F0696B. Grayscale: #6D6D6D. Windows color (decimal): -15755628 or 9737743. OLE color: 9737743.

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

Color convert

RGB 15 150 148 -
CMYK 0.9 0 0.01 0.41
HSL 179.11º 0.82% 0.32% -
HSV(B) 179.11º 0.9% 0.59% -
XYZ 16.45 24.05 31.79 -
YUV 109.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 15 150 148 0.9 0 0.01 0.41 179.11 0.82 0.32
Hex F 96 94 5A 0 1 29 B3 52 20
Octal 17 226 224 132 0 1 51 263 122 40
Binary 1111 10010110 10010100 1011010 0 1 101001 10110011 1010010 100000

Color Harmonies of #0F9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9694

Black with #0F9694

Text Example


Text Example

White with #0F9694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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