Html Css Color HEX #067B7E Teal

📋 copy color: '#067B7E'

red 6 ◦ green 123 ◦ blue 126

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

Shades of Teal #067B7E

Tints of Teal #067B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.41%

R = 2.35%
G = 48.24%
B = 49.41%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#067B7E (or 0x067B7E) is known color: Teal. HEX triplet: 06, 7B and 7E. RGB value is (6,123,126). Sum of RGB (Red+Green+Blue) = 6+123+126=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #067B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B7E is #F98481. Grayscale: #585858. Windows color (decimal): -16352386 or 8289030. OLE color: 8289030.

HSL color Cylindrical-coordinate representation of color #067B7E: hue angle of 181.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B7E is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 123 126 -
CMYK 0.95 0.02 0 0.51
HSL 181.5º 0.91% 0.26% -
HSV(B) 181.5º 0.95% 0.49% -
XYZ 10.92 15.71 22.2 -
YUV 88.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 6 123 126 0.95 0.02 0 0.51 181.5 0.91 0.26
Hex 6 7B 7E 5F 2 0 33 B6 5B 1A
Octal 6 173 176 137 2 0 63 266 133 32
Binary 110 1111011 1111110 1011111 10 0 110011 10110110 1011011 11010

Color Harmonies of #067B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B7E

Black with #067B7E

Text Example


Text Example

White with #067B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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