Html Css Color HEX #067B8C Teal

📋 copy color: '#067B8C'

red 6 ◦ green 123 ◦ blue 140

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

Shades of Teal #067B8C

Tints of Teal #067B8C

RGB

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

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

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

R = 2.23%
G = 45.72%
B = 52.04%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#067B8C (or 0x067B8C) is known color: Teal. HEX triplet: 06, 7B and 8C. RGB value is (6,123,140). Sum of RGB (Red+Green+Blue) = 6+123+140=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #067B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B8C is #F98473. Grayscale: #595959. Windows color (decimal): -16352372 or 9206534. OLE color: 9206534.

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

Color convert

RGB 6 123 140 -
CMYK 0.96 0.12 0 0.45
HSL 187.61º 0.92% 0.29% -
HSV(B) 187.61º 0.96% 0.55% -
XYZ 11.89 16.1 27.29 -
YUV 89.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 6 123 140 0.96 0.12 0 0.45 187.61 0.92 0.29
Hex 6 7B 8C 60 C 0 2D BC 5C 1D
Octal 6 173 214 140 14 0 55 274 134 35
Binary 110 1111011 10001100 1100000 1100 0 101101 10111100 1011100 11101

Color Harmonies of #067B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B8C

Black with #067B8C

Text Example


Text Example

White with #067B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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