#067885

Color #067885 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #067885

Tints of Teal #067885

Color information

#067885 (or 0x067885) is unknown color: approx Teal. HEX triplet: 06, 78 and 85. RGB value is (6,120,133). Sum of RGB (Red+Green+Blue) = 6+120+133=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #067885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067885 is #F9877A. Grayscale: #575757. Windows color (decimal): -16353147 or 8747014. OLE color: 8747014.

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

Color convert

RGB6120133-
CMYK0.950.1000.48
HSL186.14º91.37%27.25%-
HSV(B)186.14º95.49%52.16%-
XYZ11.0315.1724.54-
YUV87.4153.7369.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=2.32%
G=46.33%
B=51.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61201330.950.1000.48186.1491.3727.25
Hex678855FA030ba5b1b
Octal61702051371206027213333
Binary11011110001000010110111111010011000010111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067885; }

 p { color: rgb(6,120,133); }

 H1.HeaderClassName
 {
   color: #067885;
 }
 .AnyTagClassName
 {
   color: #067885;
 }
</style>
background-color css

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

 a { background-color: rgb(6,120,133); }

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

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

 span { border-color: rgb(6,120,133); }

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