Html Css Color HEX #0C857F Teal

📋 copy color: '#0C857F'

red 12 ◦ green 133 ◦ blue 127

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

Shades of Teal #0C857F

Tints of Teal #0C857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.69%

R = 4.41%
G = 48.9%
B = 46.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#0C857F (or 0x0C857F) is known color: Teal. HEX triplet: 0C, 85 and 7F. RGB value is (12,133,127). Sum of RGB (Red+Green+Blue) = 12+133+127=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #0C857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C857F is #F37A80. Grayscale: #606060. Windows color (decimal): -15956609 or 8357132. OLE color: 8357132.

HSL color Cylindrical-coordinate representation of color #0C857F: hue angle of 177.02º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C857F is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 133 127 -
CMYK 0.91 0 0.05 0.48
HSL 177.02º 0.83% 0.28% -
HSV(B) 177.02º 0.91% 0.52% -
XYZ 12.37 18.39 22.98 -
YUV 96.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 12 133 127 0.91 0 0.05 0.48 177.02 0.83 0.28
Hex C 85 7F 5B 0 5 30 B1 53 1C
Octal 14 205 177 133 0 5 60 261 123 34
Binary 1100 10000101 1111111 1011011 0 101 110000 10110001 1010011 11100

Color Harmonies of #0C857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C857F

Black with #0C857F

Text Example


Text Example

White with #0C857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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