Html Css Color HEX #067382 Teal

📋 copy color: '#067382'

red 6 ◦ green 115 ◦ blue 130

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

Shades of Teal #067382

Tints of Teal #067382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

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

R = 2.39%
G = 45.82%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067382 (or 0x067382) is known color: Teal. HEX triplet: 06, 73 and 82. RGB value is (6,115,130). Sum of RGB (Red+Green+Blue) = 6+115+130=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #067382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067382 is #F98C7D. Grayscale: #535353. Windows color (decimal): -16354430 or 8549126. OLE color: 8549126.

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

Color convert

RGB 6 115 130 -
CMYK 0.95 0.12 0 0.49
HSL 187.26º 0.91% 0.27% -
HSV(B) 187.26º 0.95% 0.51% -
XYZ 10.24 13.91 23.26 -
YUV 84.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 6 115 130 0.95 0.12 0 0.49 187.26 0.91 0.27
Hex 6 73 82 5F C 0 31 BB 5B 1B
Octal 6 163 202 137 14 0 61 273 133 33
Binary 110 1110011 10000010 1011111 1100 0 110001 10111011 1011011 11011

Color Harmonies of #067382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067382

Black with #067382

Text Example


Text Example

White with #067382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067382; }

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

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

background-color css

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

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

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

border-color css

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

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

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