Html Css Color HEX #0C837B Teal

📋 copy color: '#0C837B'

red 12 ◦ green 131 ◦ blue 123

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

Shades of Teal #0C837B

Tints of Teal #0C837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 123 (48.44% from 255) = 46.24%

R = 4.51%
G = 49.25%
B = 46.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#0C837B (or 0x0C837B) is known color: Teal. HEX triplet: 0C, 83 and 7B. RGB value is (12,131,123). Sum of RGB (Red+Green+Blue) = 12+131+123=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #0C837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C837B is #F37C84. Grayscale: #5E5E5E. Windows color (decimal): -15957125 or 8094476. OLE color: 8094476.

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

Color convert

RGB 12 131 123 -
CMYK 0.91 0 0.06 0.49
HSL 175.97º 0.83% 0.28% -
HSV(B) 175.97º 0.91% 0.51% -
XYZ 11.84 17.74 21.54 -
YUV 94.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 12 131 123 0.91 0 0.06 0.49 175.97 0.83 0.28
Hex C 83 7B 5B 0 6 31 B0 53 1C
Octal 14 203 173 133 0 6 61 260 123 34
Binary 1100 10000011 1111011 1011011 0 110 110001 10110000 1010011 11100

Color Harmonies of #0C837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C837B

Black with #0C837B

Text Example


Text Example

White with #0C837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,123); }

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

background-color css

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

 a { background-color: rgb(12,131,123); }

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

border-color css

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

 span { border-color: rgb(12,131,123); }

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