Html Css Color HEX #0C768B Teal

📋 copy color: '#0C768B'

red 12 ◦ green 118 ◦ blue 139

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

Shades of Teal #0C768B

Tints of Teal #0C768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 4.46%
G = 43.87%
B = 51.67%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C768B (or 0x0C768B) is known color: Teal. HEX triplet: 0C, 76 and 8B. RGB value is (12,118,139). Sum of RGB (Red+Green+Blue) = 12+118+139=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C768B is #F38974. Grayscale: #585858. Windows color (decimal): -15960437 or 9139724. OLE color: 9139724.

HSL color Cylindrical-coordinate representation of color #0C768B: hue angle of 189.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C768B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 118 139 -
CMYK 0.91 0.15 0 0.45
HSL 189.92º 0.84% 0.3% -
HSV(B) 189.92º 0.91% 0.55% -
XYZ 11.29 14.9 26.71 -
YUV 88.7 156.38 73.29 -
System Red Green Blue C M Y K H S L
Decimal 12 118 139 0.91 0.15 0 0.45 189.92 0.84 0.3
Hex C 76 8B 5B F 0 2D BE 54 1E
Octal 14 166 213 133 17 0 55 276 124 36
Binary 1100 1110110 10001011 1011011 1111 0 101101 10111110 1010100 11110

Color Harmonies of #0C768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C768B

Black with #0C768B

Text Example


Text Example

White with #0C768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,139); }

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

background-color css

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

 a { background-color: rgb(12,118,139); }

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

border-color css

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

 span { border-color: rgb(12,118,139); }

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