#068185

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

Shades of Teal #068185

Tints of Teal #068185

Color information

#068185 (or 0x068185) is unknown color: approx Teal. HEX triplet: 06, 81 and 85. RGB value is (6,129,133). Sum of RGB (Red+Green+Blue) = 6+129+133=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #068185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068185 is #F97E7A. Grayscale: #5C5C5C. Windows color (decimal): -16350843 or 8749318. OLE color: 8749318.

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

Color convert

RGB6129133-
CMYK0.950.0300.48
HSL181.89º91.37%27.25%-
HSV(B)181.89º95.49%52.16%-
XYZ12.1617.4324.91-
YUV92.68150.7566.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.24%
GREEN value IS 129 (50.78% from 255) = 48.13%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=2.24%
G=48.13%
B=49.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61291330.950.0300.48181.8991.3727.25
Hex681855F3030b65b1b
Octal6201205137306026613333
Binary1101000000110000101101111111011000010110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068185; }

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

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

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

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

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

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

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

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