Html Css Color HEX #067B8B Teal

📋 copy color: '#067B8B'

red 6 ◦ green 123 ◦ blue 139

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

Shades of Teal #067B8B

Tints of Teal #067B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 2.24%
G = 45.9%
B = 51.87%

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

#067B8B (or 0x067B8B) is known color: Teal. HEX triplet: 06, 7B and 8B. RGB value is (6,123,139). Sum of RGB (Red+Green+Blue) = 6+123+139=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #067B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B8B is #F98474. Grayscale: #595959. Windows color (decimal): -16352373 or 9140998. OLE color: 9140998.

HSL color Cylindrical-coordinate representation of color #067B8B: hue angle of 187.22º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067B8B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 123 139 -
CMYK 0.96 0.12 0 0.45
HSL 187.22º 0.92% 0.28% -
HSV(B) 187.22º 0.96% 0.55% -
XYZ 11.82 16.07 26.9 -
YUV 89.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 6 123 139 0.96 0.12 0 0.45 187.22 0.92 0.28
Hex 6 7B 8B 60 C 0 2D BB 5C 1C
Octal 6 173 213 140 14 0 55 273 134 34
Binary 110 1111011 10001011 1100000 1100 0 101101 10111011 1011100 11100

Color Harmonies of #067B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B8B

Black with #067B8B

Text Example


Text Example

White with #067B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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