Html Css Color HEX #067C8C Teal

📋 copy color: '#067C8C'

red 6 ◦ green 124 ◦ blue 140

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

Shades of Teal #067C8C

Tints of Teal #067C8C

RGB

 RED value IS 6 (2.73% from 255) = 2.22%

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 2.22%
G = 45.93%
B = 51.85%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#067C8C (or 0x067C8C) is known color: Teal. HEX triplet: 06, 7C and 8C. RGB value is (6,124,140). Sum of RGB (Red+Green+Blue) = 6+124+140=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #067C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C8C is #F98373. Grayscale: #5A5A5A. Windows color (decimal): -16352116 or 9206790. OLE color: 9206790.

HSL color Cylindrical-coordinate representation of color #067C8C: hue angle of 187.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067C8C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 124 140 -
CMYK 0.96 0.11 0 0.45
HSL 187.16º 0.92% 0.29% -
HSV(B) 187.16º 0.96% 0.55% -
XYZ 12.02 16.35 27.33 -
YUV 90.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 6 124 140 0.96 0.11 0 0.45 187.16 0.92 0.29
Hex 6 7C 8C 60 B 0 2D BB 5C 1D
Octal 6 174 214 140 13 0 55 273 134 35
Binary 110 1111100 10001100 1100000 1011 0 101101 10111011 1011100 11101

Color Harmonies of #067C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C8C

Black with #067C8C

Text Example


Text Example

White with #067C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067C8C; }

 p { color: rgb(6,124,140); }

 H1.HeaderClassName
 {
   color: #067C8C;
 }
 .AnyTagClassName
 {
   color: #067C8C;
 }
</style>

background-color css

<style>
 a { background-color: #067C8C; }

 a { background-color: rgb(6,124,140); }

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

border-color css

<style>
 span { border-color: #067C8C; }

 span { border-color: rgb(6,124,140); }

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