#068085

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

Shades of Teal #068085

Tints of Teal #068085

Color information

#068085 (or 0x068085) is unknown color: approx Teal. HEX triplet: 06, 80 and 85. RGB value is (6,128,133). Sum of RGB (Red+Green+Blue) = 6+128+133=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #068085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068085 is #F97F7A. Grayscale: #5B5B5B. Windows color (decimal): -16351099 or 8749062. OLE color: 8749062.

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

Color convert

RGB6128133-
CMYK0.950.0400.48
HSL182.36º91.37%27.25%-
HSV(B)182.36º95.49%52.16%-
XYZ12.0317.1724.87-
YUV92.09151.0866.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=2.25%
G=47.94%
B=49.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61281330.950.0400.48182.3691.3727.25
Hex680855F4030b65b1b
Octal6200205137406026613333
Binary11010000000100001011011111100011000010110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068085; }

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

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

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

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

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

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

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

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