Html Css Color HEX #0C8B95 Dark Cyan

📋 copy color: '#0C8B95'

red 12 ◦ green 139 ◦ blue 149

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

Shades of Dark Cyan #0C8B95

Tints of Dark Cyan #0C8B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.33%

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

R = 4%
G = 46.33%
B = 49.67%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C8B95 (or 0x0C8B95) is known color: Dark Cyan. HEX triplet: 0C, 8B and 95. RGB value is (12,139,149). Sum of RGB (Red+Green+Blue) = 12+139+149=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C8B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8B95 is #F3746A. Grayscale: #656565. Windows color (decimal): -15955051 or 9800460. OLE color: 9800460.

HSL color Cylindrical-coordinate representation of color #0C8B95: hue angle of 184.38º 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 #0C8B95 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 139 149 -
CMYK 0.92 0.07 0 0.42
HSL 184.38º 0.85% 0.32% -
HSV(B) 184.38º 0.92% 0.58% -
XYZ 14.81 20.71 31.65 -
YUV 102.17 154.42 63.69 -
System Red Green Blue C M Y K H S L
Decimal 12 139 149 0.92 0.07 0 0.42 184.38 0.85 0.32
Hex C 8B 95 5C 7 0 2A B8 55 20
Octal 14 213 225 134 7 0 52 270 125 40
Binary 1100 10001011 10010101 1011100 111 0 101010 10111000 1010101 100000

Color Harmonies of #0C8B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8B95

Black with #0C8B95

Text Example


Text Example

White with #0C8B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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