Html Css Color HEX #0C877B Teal

📋 copy color: '#0C877B'

red 12 ◦ green 135 ◦ blue 123

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

Shades of Teal #0C877B

Tints of Teal #0C877B

RGB

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

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

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

R = 4.44%
G = 50%
B = 45.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#0C877B (or 0x0C877B) is known color: Teal. HEX triplet: 0C, 87 and 7B. RGB value is (12,135,123). Sum of RGB (Red+Green+Blue) = 12+135+123=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #0C877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C877B is #F37884. Grayscale: #606060. Windows color (decimal): -15956101 or 8095500. OLE color: 8095500.

HSL color Cylindrical-coordinate representation of color #0C877B: hue angle of 174.15º 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 #0C877B is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 123 -
CMYK 0.91 0 0.09 0.47
HSL 174.15º 0.84% 0.29% -
HSV(B) 174.15º 0.91% 0.53% -
XYZ 12.39 18.84 21.72 -
YUV 96.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 12 135 123 0.91 0 0.09 0.47 174.15 0.84 0.29
Hex C 87 7B 5B 0 9 2F AE 54 1D
Octal 14 207 173 133 0 11 57 256 124 35
Binary 1100 10000111 1111011 1011011 0 1001 101111 10101110 1010100 11101

Color Harmonies of #0C877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C877B

Black with #0C877B

Text Example


Text Example

White with #0C877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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