Html Css Color HEX #067982 Teal

📋 copy color: '#067982'

red 6 ◦ green 121 ◦ blue 130

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

Shades of Teal #067982

Tints of Teal #067982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 2.33%
G = 47.08%
B = 50.58%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067982 (or 0x067982) is known color: Teal. HEX triplet: 06, 79 and 82. RGB value is (6,121,130). Sum of RGB (Red+Green+Blue) = 6+121+130=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #067982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067982 is #F9867D. Grayscale: #575757. Windows color (decimal): -16352894 or 8550662. OLE color: 8550662.

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

Color convert

RGB 6 121 130 -
CMYK 0.95 0.07 0 0.49
HSL 184.35º 0.91% 0.27% -
HSV(B) 184.35º 0.95% 0.51% -
XYZ 10.94 15.33 23.5 -
YUV 87.64 151.9 69.77 -
System Red Green Blue C M Y K H S L
Decimal 6 121 130 0.95 0.07 0 0.49 184.35 0.91 0.27
Hex 6 79 82 5F 7 0 31 B8 5B 1B
Octal 6 171 202 137 7 0 61 270 133 33
Binary 110 1111001 10000010 1011111 111 0 110001 10111000 1011011 11011

Color Harmonies of #067982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067982

Black with #067982

Text Example


Text Example

White with #067982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067982; }

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

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

background-color css

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

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

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

border-color css

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

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

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