Html Css Color HEX #067A8C Teal

📋 copy color: '#067A8C'

red 6 ◦ green 122 ◦ blue 140

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

Shades of Teal #067A8C

Tints of Teal #067A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.52%

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

R = 2.24%
G = 45.52%
B = 52.24%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#067A8C (or 0x067A8C) is known color: Teal. HEX triplet: 06, 7A and 8C. RGB value is (6,122,140). Sum of RGB (Red+Green+Blue) = 6+122+140=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #067A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A8C is #F98573. Grayscale: #595959. Windows color (decimal): -16352628 or 9206278. OLE color: 9206278.

HSL color Cylindrical-coordinate representation of color #067A8C: hue angle of 188.06º 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 #067A8C is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 122 140 -
CMYK 0.96 0.13 0 0.45
HSL 188.06º 0.92% 0.29% -
HSV(B) 188.06º 0.96% 0.55% -
XYZ 11.77 15.85 27.25 -
YUV 89.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 6 122 140 0.96 0.13 0 0.45 188.06 0.92 0.29
Hex 6 7A 8C 60 D 0 2D BC 5C 1D
Octal 6 172 214 140 15 0 55 274 134 35
Binary 110 1111010 10001100 1100000 1101 0 101101 10111100 1011100 11101

Color Harmonies of #067A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A8C

Black with #067A8C

Text Example


Text Example

White with #067A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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