Html Css Color HEX #0C8F95 Dark Cyan

📋 copy color: '#0C8F95'

red 12 ◦ green 143 ◦ blue 149

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

Shades of Dark Cyan #0C8F95

Tints of Dark Cyan #0C8F95

RGB

 RED value IS 12 (5.08% from 255) = 3.95%

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 3.95%
G = 47.04%
B = 49.01%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C8F95 (or 0x0C8F95) is known color: Dark Cyan. HEX triplet: 0C, 8F and 95. RGB value is (12,143,149). Sum of RGB (Red+Green+Blue) = 12+143+149=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C8F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8F95 is #F3706A. Grayscale: #686868. Windows color (decimal): -15954027 or 9801484. OLE color: 9801484.

HSL color Cylindrical-coordinate representation of color #0C8F95: hue angle of 182.63º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F95 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 143 149 -
CMYK 0.92 0.04 0 0.42
HSL 182.63º 0.85% 0.32% -
HSV(B) 182.63º 0.92% 0.58% -
XYZ 15.4 21.89 31.85 -
YUV 104.52 153.1 62.01 -
System Red Green Blue C M Y K H S L
Decimal 12 143 149 0.92 0.04 0 0.42 182.63 0.85 0.32
Hex C 8F 95 5C 4 0 2A B7 55 20
Octal 14 217 225 134 4 0 52 267 125 40
Binary 1100 10001111 10010101 1011100 100 0 101010 10110111 1010101 100000

Color Harmonies of #0C8F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8F95

Black with #0C8F95

Text Example


Text Example

White with #0C8F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,143,149); }

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

background-color css

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

 a { background-color: rgb(12,143,149); }

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

border-color css

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

 span { border-color: rgb(12,143,149); }

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