Html Css Color HEX #0F9687 Dark Cyan

📋 copy color: '#0F9687'

red 15 ◦ green 150 ◦ blue 135

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

Shades of Dark Cyan #0F9687

Tints of Dark Cyan #0F9687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45%

R = 5%
G = 50%
B = 45%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#0F9687 (or 0x0F9687) is known color: Dark Cyan. HEX triplet: 0F, 96 and 87. RGB value is (15,150,135). Sum of RGB (Red+Green+Blue) = 15+150+135=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9687 is #F06978. Grayscale: #6B6B6B. Windows color (decimal): -15755641 or 8885775. OLE color: 8885775.

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

Color convert

RGB 15 150 135 -
CMYK 0.9 0 0.1 0.41
HSL 173.33º 0.82% 0.32% -
HSV(B) 173.33º 0.9% 0.59% -
XYZ 15.48 23.66 26.67 -
YUV 107.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 15 150 135 0.9 0 0.1 0.41 173.33 0.82 0.32
Hex F 96 87 5A 0 A 29 AD 52 20
Octal 17 226 207 132 0 12 51 255 122 40
Binary 1111 10010110 10000111 1011010 0 1010 101001 10101101 1010010 100000

Color Harmonies of #0F9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9687

Black with #0F9687

Text Example


Text Example

White with #0F9687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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