Html Css Color HEX #067A8D Teal

📋 copy color: '#067A8D'

red 6 ◦ green 122 ◦ blue 141

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

Shades of Teal #067A8D

Tints of Teal #067A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 2.23%
G = 45.35%
B = 52.42%

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

#067A8D (or 0x067A8D) is known color: Teal. HEX triplet: 06, 7A and 8D. RGB value is (6,122,141). Sum of RGB (Red+Green+Blue) = 6+122+141=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #067A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A8D is #F98572. Grayscale: #595959. Windows color (decimal): -16352627 or 9271814. OLE color: 9271814.

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

Color convert

RGB 6 122 141 -
CMYK 0.96 0.13 0 0.45
HSL 188.44º 0.92% 0.29% -
HSV(B) 188.44º 0.96% 0.55% -
XYZ 11.84 15.88 27.64 -
YUV 89.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 6 122 141 0.96 0.13 0 0.45 188.44 0.92 0.29
Hex 6 7A 8D 60 D 0 2D BC 5C 1D
Octal 6 172 215 140 15 0 55 274 134 35
Binary 110 1111010 10001101 1100000 1101 0 101101 10111100 1011100 11101

Color Harmonies of #067A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A8D

Black with #067A8D

Text Example


Text Example

White with #067A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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