Html Css Color HEX #067B8E Teal

📋 copy color: '#067B8E'

red 6 ◦ green 123 ◦ blue 142

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

Shades of Teal #067B8E

Tints of Teal #067B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.39%

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

R = 2.21%
G = 45.39%
B = 52.4%

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

#067B8E (or 0x067B8E) is known color: Teal. HEX triplet: 06, 7B and 8E. RGB value is (6,123,142). Sum of RGB (Red+Green+Blue) = 6+123+142=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #067B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B8E is #F98471. Grayscale: #595959. Windows color (decimal): -16352370 or 9337606. OLE color: 9337606.

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

Color convert

RGB 6 123 142 -
CMYK 0.96 0.13 0 0.44
HSL 188.38º 0.92% 0.29% -
HSV(B) 188.38º 0.96% 0.56% -
XYZ 12.04 16.16 28.08 -
YUV 90.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 6 123 142 0.96 0.13 0 0.44 188.38 0.92 0.29
Hex 6 7B 8E 60 D 0 2C BC 5C 1D
Octal 6 173 216 140 15 0 54 274 134 35
Binary 110 1111011 10001110 1100000 1101 0 101100 10111100 1011100 11101

Color Harmonies of #067B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B8E

Black with #067B8E

Text Example


Text Example

White with #067B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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