#068285

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

Shades of Teal #068285

Tints of Teal #068285

Color information

#068285 (or 0x068285) is unknown color: approx Teal. HEX triplet: 06, 82 and 85. RGB value is (6,130,133). Sum of RGB (Red+Green+Blue) = 6+130+133=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #068285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068285 is #F97D7A. Grayscale: #5D5D5D. Windows color (decimal): -16350587 or 8749574. OLE color: 8749574.

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

Color convert

RGB6130133-
CMYK0.950.0200.48
HSL181.42º91.37%27.25%-
HSV(B)181.42º95.49%52.16%-
XYZ12.2917.724.96-
YUV93.27150.4265.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.23%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=2.23%
G=48.33%
B=49.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61301330.950.0200.48181.4291.3727.25
Hex682855F2030b55b1b
Octal6202205137206026513333
Binary1101000001010000101101111110011000010110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068285; }

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

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

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

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

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

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

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

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