Html Css Color HEX #0C827B Teal

📋 copy color: '#0C827B'

red 12 ◦ green 130 ◦ blue 123

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

Shades of Teal #0C827B

Tints of Teal #0C827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

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

R = 4.53%
G = 49.06%
B = 46.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#0C827B (or 0x0C827B) is known color: Teal. HEX triplet: 0C, 82 and 7B. RGB value is (12,130,123). Sum of RGB (Red+Green+Blue) = 12+130+123=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #0C827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C827B is #F37D84. Grayscale: #5D5D5D. Windows color (decimal): -15957381 or 8094220. OLE color: 8094220.

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

Color convert

RGB 12 130 123 -
CMYK 0.91 0 0.05 0.49
HSL 176.44º 0.83% 0.28% -
HSV(B) 176.44º 0.91% 0.51% -
XYZ 11.71 17.47 21.49 -
YUV 93.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 12 130 123 0.91 0 0.05 0.49 176.44 0.83 0.28
Hex C 82 7B 5B 0 5 31 B0 53 1C
Octal 14 202 173 133 0 5 61 260 123 34
Binary 1100 10000010 1111011 1011011 0 101 110001 10110000 1010011 11100

Color Harmonies of #0C827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C827B

Black with #0C827B

Text Example


Text Example

White with #0C827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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