Html Css Color HEX #067C8E Teal

📋 copy color: '#067C8E'

red 6 ◦ green 124 ◦ blue 142

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

Shades of Teal #067C8E

Tints of Teal #067C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 2.21%
G = 45.59%
B = 52.21%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#067C8E (or 0x067C8E) is known color: Teal. HEX triplet: 06, 7C and 8E. RGB value is (6,124,142). Sum of RGB (Red+Green+Blue) = 6+124+142=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #067C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C8E is #F98371. Grayscale: #5A5A5A. Windows color (decimal): -16352114 or 9337862. OLE color: 9337862.

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

Color convert

RGB 6 124 142 -
CMYK 0.96 0.13 0 0.44
HSL 187.94º 0.92% 0.29% -
HSV(B) 187.94º 0.96% 0.56% -
XYZ 12.17 16.41 28.12 -
YUV 90.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 6 124 142 0.96 0.13 0 0.44 187.94 0.92 0.29
Hex 6 7C 8E 60 D 0 2C BC 5C 1D
Octal 6 174 216 140 15 0 54 274 134 35
Binary 110 1111100 10001110 1100000 1101 0 101100 10111100 1011100 11101

Color Harmonies of #067C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C8E

Black with #067C8E

Text Example


Text Example

White with #067C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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