Html Css Color HEX #067C7E Teal

📋 copy color: '#067C7E'

red 6 ◦ green 124 ◦ blue 126

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

Shades of Teal #067C7E

Tints of Teal #067C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 2.34%
G = 48.44%
B = 49.22%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#067C7E (or 0x067C7E) is known color: Teal. HEX triplet: 06, 7C and 7E. RGB value is (6,124,126). Sum of RGB (Red+Green+Blue) = 6+124+126=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #067C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C7E is #F98381. Grayscale: #585858. Windows color (decimal): -16352130 or 8289286. OLE color: 8289286.

HSL color Cylindrical-coordinate representation of color #067C7E: hue angle of 181º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C7E is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 124 126 -
CMYK 0.95 0.02 0 0.51
HSL 181º 0.91% 0.26% -
HSV(B) 181º 0.95% 0.49% -
XYZ 11.05 15.96 22.24 -
YUV 88.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 6 124 126 0.95 0.02 0 0.51 181 0.91 0.26
Hex 6 7C 7E 5F 2 0 33 B5 5B 1A
Octal 6 174 176 137 2 0 63 265 133 32
Binary 110 1111100 1111110 1011111 10 0 110011 10110101 1011011 11010

Color Harmonies of #067C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C7E

Black with #067C7E

Text Example


Text Example

White with #067C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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