Html Css Color HEX #0C858A Dark Cyan

📋 copy color: '#0C858A'

red 12 ◦ green 133 ◦ blue 138

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

Shades of Dark Cyan #0C858A

Tints of Dark Cyan #0C858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 4.24%
G = 47%
B = 48.76%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C858A (or 0x0C858A) is known color: Dark Cyan. HEX triplet: 0C, 85 and 8A. RGB value is (12,133,138). Sum of RGB (Red+Green+Blue) = 12+133+138=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C858A is #F37A75. Grayscale: #616161. Windows color (decimal): -15956598 or 9078028. OLE color: 9078028.

HSL color Cylindrical-coordinate representation of color #0C858A: hue angle of 182.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C858A is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 133 138 -
CMYK 0.91 0.04 0 0.46
HSL 182.38º 0.84% 0.29% -
HSV(B) 182.38º 0.91% 0.54% -
XYZ 13.13 18.69 26.96 -
YUV 97.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 12 133 138 0.91 0.04 0 0.46 182.38 0.84 0.29
Hex C 85 8A 5B 4 0 2E B6 54 1D
Octal 14 205 212 133 4 0 56 266 124 35
Binary 1100 10000101 10001010 1011011 100 0 101110 10110110 1010100 11101

Color Harmonies of #0C858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C858A

Black with #0C858A

Text Example


Text Example

White with #0C858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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