Html Css Color HEX #067B7D Teal

📋 copy color: '#067B7D'

red 6 ◦ green 123 ◦ blue 125

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

Shades of Teal #067B7D

Tints of Teal #067B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 2.36%
G = 48.43%
B = 49.21%

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

#067B7D (or 0x067B7D) is known color: Teal. HEX triplet: 06, 7B and 7D. RGB value is (6,123,125). Sum of RGB (Red+Green+Blue) = 6+123+125=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #067B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B7D is #F98482. Grayscale: #585858. Windows color (decimal): -16352387 or 8223494. OLE color: 8223494.

HSL color Cylindrical-coordinate representation of color #067B7D: hue angle of 181.01º 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 #067B7D is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 123 125 -
CMYK 0.95 0.02 0 0.51
HSL 181.01º 0.91% 0.26% -
HSV(B) 181.01º 0.95% 0.49% -
XYZ 10.86 15.69 21.86 -
YUV 88.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 6 123 125 0.95 0.02 0 0.51 181.01 0.91 0.26
Hex 6 7B 7D 5F 2 0 33 B5 5B 1A
Octal 6 173 175 137 2 0 63 265 133 32
Binary 110 1111011 1111101 1011111 10 0 110011 10110101 1011011 11010

Color Harmonies of #067B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B7D

Black with #067B7D

Text Example


Text Example

White with #067B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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