#067888

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

Shades of Teal #067888

Tints of Teal #067888

Color information

#067888 (or 0x067888) is unknown color: approx Teal. HEX triplet: 06, 78 and 88. RGB value is (6,120,136). Sum of RGB (Red+Green+Blue) = 6+120+136=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #067888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067888 is #F98777. Grayscale: #575757. Windows color (decimal): -16353144 or 8943622. OLE color: 8943622.

HSL color Cylindrical-coordinate representation of color #067888: hue angle of 187.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067888 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6120136-
CMYK0.960.1200.47
HSL187.38º91.55%27.84%-
HSV(B)187.38º95.59%53.33%-
XYZ11.2415.2525.64-
YUV87.74155.2369.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=2.29%
G=45.80%
B=51.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61201360.960.1200.47187.3891.5527.84
Hex6788860C02Fbb5c1c
Octal61702101401405727313434
Binary11011110001000100011000001100010111110111011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067888; }

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

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

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

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

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

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

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

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