Html Css Color HEX #0F8391 Dark Cyan

📋 copy color: '#0F8391'

red 15 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #0F8391

Tints of Dark Cyan #0F8391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 5.15%
G = 45.02%
B = 49.83%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F8391 (or 0x0F8391) is known color: Dark Cyan. HEX triplet: 0F, 83 and 91. RGB value is (15,131,145). Sum of RGB (Red+Green+Blue) = 15+131+145=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F8391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8391 is #F07C6E. Grayscale: #616161. Windows color (decimal): -15760495 or 9536271. OLE color: 9536271.

HSL color Cylindrical-coordinate representation of color #0F8391: hue angle of 186.46º 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 #0F8391 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 131 145 -
CMYK 0.90 0.10 0 0.43
HSL 186.46º 0.81% 0.31% -
HSV(B) 186.46º 0.9% 0.57% -
XYZ 13.42 18.38 29.63 -
YUV 97.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 15 131 145 0.90 0.10 0 0.43 186.46 0.81 0.31
Hex F 83 91 5A A 0 2B BA 51 1F
Octal 17 203 221 132 12 0 53 272 121 37
Binary 1111 10000011 10010001 1011010 1010 0 101011 10111010 1010001 11111

Color Harmonies of #0F8391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8391

Black with #0F8391

Text Example


Text Example

White with #0F8391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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