Html Css Color HEX #0C7789 Teal

📋 copy color: '#0C7789'

red 12 ◦ green 119 ◦ blue 137

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

Shades of Teal #0C7789

Tints of Teal #0C7789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 4.48%
G = 44.4%
B = 51.12%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C7789 (or 0x0C7789) is known color: Teal. HEX triplet: 0C, 77 and 89. RGB value is (12,119,137). Sum of RGB (Red+Green+Blue) = 12+119+137=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C7789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7789 is #F38876. Grayscale: #585858. Windows color (decimal): -15960183 or 9008908. OLE color: 9008908.

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

Color convert

RGB 12 119 137 -
CMYK 0.91 0.13 0 0.46
HSL 188.64º 0.84% 0.29% -
HSV(B) 188.64º 0.91% 0.54% -
XYZ 11.26 15.08 25.98 -
YUV 89.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 12 119 137 0.91 0.13 0 0.46 188.64 0.84 0.29
Hex C 77 89 5B D 0 2E BD 54 1D
Octal 14 167 211 133 15 0 56 275 124 35
Binary 1100 1110111 10001001 1011011 1101 0 101110 10111101 1010100 11101

Color Harmonies of #0C7789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7789

Black with #0C7789

Text Example


Text Example

White with #0C7789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,137); }

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

background-color css

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

 a { background-color: rgb(12,119,137); }

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

border-color css

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

 span { border-color: rgb(12,119,137); }

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