Html Css Color HEX #067384 Teal

📋 copy color: '#067384'

red 6 ◦ green 115 ◦ blue 132

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

Shades of Teal #067384

Tints of Teal #067384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.17%

R = 2.37%
G = 45.45%
B = 52.17%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#067384 (or 0x067384) is known color: Teal. HEX triplet: 06, 73 and 84. RGB value is (6,115,132). Sum of RGB (Red+Green+Blue) = 6+115+132=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #067384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067384 is #F98C7B. Grayscale: #545454. Windows color (decimal): -16354428 or 8680198. OLE color: 8680198.

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

Color convert

RGB 6 115 132 -
CMYK 0.95 0.13 0 0.48
HSL 188.1º 0.91% 0.27% -
HSV(B) 188.1º 0.95% 0.52% -
XYZ 10.37 13.97 23.98 -
YUV 84.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 6 115 132 0.95 0.13 0 0.48 188.1 0.91 0.27
Hex 6 73 84 5F D 0 30 BC 5B 1B
Octal 6 163 204 137 15 0 60 274 133 33
Binary 110 1110011 10000100 1011111 1101 0 110000 10111100 1011011 11011

Color Harmonies of #067384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067384

Black with #067384

Text Example


Text Example

White with #067384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067384; }

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

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

background-color css

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

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

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

border-color css

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

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

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