Html Css Color HEX #0F808C Dark Cyan

📋 copy color: '#0F808C'

red 15 ◦ green 128 ◦ blue 140

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

Shades of Dark Cyan #0F808C

Tints of Dark Cyan #0F808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 5.3%
G = 45.23%
B = 49.47%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F808C (or 0x0F808C) is known color: Dark Cyan. HEX triplet: 0F, 80 and 8C. RGB value is (15,128,140). Sum of RGB (Red+Green+Blue) = 15+128+140=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F808C is #F07F73. Grayscale: #5F5F5F. Windows color (decimal): -15761268 or 9207823. OLE color: 9207823.

HSL color Cylindrical-coordinate representation of color #0F808C: hue angle of 185.76º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F808C is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 128 140 -
CMYK 0.89 0.09 0 0.45
HSL 185.76º 0.81% 0.3% -
HSV(B) 185.76º 0.89% 0.55% -
XYZ 12.65 17.43 27.51 -
YUV 95.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 15 128 140 0.89 0.09 0 0.45 185.76 0.81 0.3
Hex F 80 8C 59 9 0 2D BA 51 1E
Octal 17 200 214 131 11 0 55 272 121 36
Binary 1111 10000000 10001100 1011001 1001 0 101101 10111010 1010001 11110

Color Harmonies of #0F808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F808C

Black with #0F808C

Text Example


Text Example

White with #0F808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,128,140); }

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

background-color css

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

 a { background-color: rgb(15,128,140); }

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

border-color css

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

 span { border-color: rgb(15,128,140); }

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