Html Css Color HEX #0C8B8A Dark Cyan

📋 copy color: '#0C8B8A'

red 12 ◦ green 139 ◦ blue 138

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

Shades of Dark Cyan #0C8B8A

Tints of Dark Cyan #0C8B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.75%

R = 4.15%
G = 48.1%
B = 47.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#0C8B8A (or 0x0C8B8A) is known color: Dark Cyan. HEX triplet: 0C, 8B and 8A. RGB value is (12,139,138). Sum of RGB (Red+Green+Blue) = 12+139+138=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8B8A is #F37475. Grayscale: #646464. Windows color (decimal): -15955062 or 9079564. OLE color: 9079564.

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

Color convert

RGB 12 139 138 -
CMYK 0.91 0 0.01 0.45
HSL 179.53º 0.84% 0.3% -
HSV(B) 179.53º 0.91% 0.55% -
XYZ 13.97 20.38 27.24 -
YUV 100.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 12 139 138 0.91 0 0.01 0.45 179.53 0.84 0.3
Hex C 8B 8A 5B 0 1 2D B4 54 1E
Octal 14 213 212 133 0 1 55 264 124 36
Binary 1100 10001011 10001010 1011011 0 1 101101 10110100 1010100 11110

Color Harmonies of #0C8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8B8A

Black with #0C8B8A

Text Example


Text Example

White with #0C8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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