Html Css Color HEX #0C877E Teal

📋 copy color: '#0C877E'

red 12 ◦ green 135 ◦ blue 126

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

Shades of Teal #0C877E

Tints of Teal #0C877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 4.4%
G = 49.45%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#0C877E (or 0x0C877E) is known color: Teal. HEX triplet: 0C, 87 and 7E. RGB value is (12,135,126). Sum of RGB (Red+Green+Blue) = 12+135+126=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #0C877E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C877E is #F37881. Grayscale: #616161. Windows color (decimal): -15956098 or 8292108. OLE color: 8292108.

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

Color convert

RGB 12 135 126 -
CMYK 0.91 0 0.07 0.47
HSL 175.61º 0.84% 0.29% -
HSV(B) 175.61º 0.91% 0.53% -
XYZ 12.58 18.91 22.73 -
YUV 97.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 12 135 126 0.91 0 0.07 0.47 175.61 0.84 0.29
Hex C 87 7E 5B 0 7 2F B0 54 1D
Octal 14 207 176 133 0 7 57 260 124 35
Binary 1100 10000111 1111110 1011011 0 111 101111 10110000 1010100 11101

Color Harmonies of #0C877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C877E

Black with #0C877E

Text Example


Text Example

White with #0C877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,135,126); }

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

background-color css

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

 a { background-color: rgb(12,135,126); }

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

border-color css

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

 span { border-color: rgb(12,135,126); }

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