Html Css Color HEX #067981 Teal

📋 copy color: '#067981'

red 6 ◦ green 121 ◦ blue 129

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

Shades of Teal #067981

Tints of Teal #067981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 2.34%
G = 47.27%
B = 50.39%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067981 (or 0x067981) is known color: Teal. HEX triplet: 06, 79 and 81. RGB value is (6,121,129). Sum of RGB (Red+Green+Blue) = 6+121+129=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #067981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067981 is #F9867E. Grayscale: #575757. Windows color (decimal): -16352895 or 8485126. OLE color: 8485126.

HSL color Cylindrical-coordinate representation of color #067981: hue angle of 183.9º 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 #067981 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 121 129 -
CMYK 0.95 0.06 0 0.49
HSL 183.9º 0.91% 0.26% -
HSV(B) 183.9º 0.95% 0.51% -
XYZ 10.87 15.3 23.15 -
YUV 87.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 6 121 129 0.95 0.06 0 0.49 183.9 0.91 0.26
Hex 6 79 81 5F 6 0 31 B8 5B 1A
Octal 6 171 201 137 6 0 61 270 133 32
Binary 110 1111001 10000001 1011111 110 0 110001 10111000 1011011 11010

Color Harmonies of #067981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067981

Black with #067981

Text Example


Text Example

White with #067981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067981; }

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

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

background-color css

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

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

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

border-color css

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

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

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