Html Css Color HEX #067E81 Teal

📋 copy color: '#067E81'

red 6 ◦ green 126 ◦ blue 129

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

Shades of Teal #067E81

Tints of Teal #067E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.28%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 2.3%
G = 48.28%
B = 49.43%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067E81 (or 0x067E81) is known color: Teal. HEX triplet: 06, 7E and 81. RGB value is (6,126,129). Sum of RGB (Red+Green+Blue) = 6+126+129=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #067E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E81 is #F9817E. Grayscale: #5A5A5A. Windows color (decimal): -16351615 or 8486406. OLE color: 8486406.

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

Color convert

RGB 6 126 129 -
CMYK 0.95 0.02 0 0.49
HSL 181.46º 0.91% 0.26% -
HSV(B) 181.46º 0.95% 0.51% -
XYZ 11.5 16.55 23.36 -
YUV 90.46 149.74 67.76 -
System Red Green Blue C M Y K H S L
Decimal 6 126 129 0.95 0.02 0 0.49 181.46 0.91 0.26
Hex 6 7E 81 5F 2 0 31 B5 5B 1A
Octal 6 176 201 137 2 0 61 265 133 32
Binary 110 1111110 10000001 1011111 10 0 110001 10110101 1011011 11010

Color Harmonies of #067E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E81

Black with #067E81

Text Example


Text Example

White with #067E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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