Html Css Color HEX #067A7F Teal

📋 copy color: '#067A7F'

red 6 ◦ green 122 ◦ blue 127

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

Shades of Teal #067A7F

Tints of Teal #067A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.84%

 BLUE value IS 127 (50% from 255) = 49.8%

R = 2.35%
G = 47.84%
B = 49.8%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#067A7F (or 0x067A7F) is known color: Teal. HEX triplet: 06, 7A and 7F. RGB value is (6,122,127). Sum of RGB (Red+Green+Blue) = 6+122+127=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #067A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A7F is #F98580. Grayscale: #575757. Windows color (decimal): -16352641 or 8354310. OLE color: 8354310.

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

Color convert

RGB 6 122 127 -
CMYK 0.95 0.04 0 0.50
HSL 182.48º 0.91% 0.26% -
HSV(B) 182.48º 0.95% 0.5% -
XYZ 10.87 15.49 22.5 -
YUV 87.89 150.07 69.59 -
System Red Green Blue C M Y K H S L
Decimal 6 122 127 0.95 0.04 0 0.50 182.48 0.91 0.26
Hex 6 7A 7F 5F 4 0 32 B6 5B 1A
Octal 6 172 177 137 4 0 62 266 133 32
Binary 110 1111010 1111111 1011111 100 0 110010 10110110 1011011 11010

Color Harmonies of #067A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A7F

Black with #067A7F

Text Example


Text Example

White with #067A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,122,127); }

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

background-color css

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

 a { background-color: rgb(6,122,127); }

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

border-color css

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

 span { border-color: rgb(6,122,127); }

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