#67BCAB

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

Shades of Tradewind #67BCAB

Tints of Tradewind #67BCAB

Color information

#67BCAB (or 0x67BCAB) is unknown color: approx Tradewind. HEX triplet: 67, BC and AB. RGB value is (103,188,171). Sum of RGB (Red+Green+Blue) = 103+188+171=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCAB is #984354. Grayscale: #A0A0A0. Windows color (decimal): -9978709 or 11254887. OLE color: 11254887.

HSL color Cylindrical-coordinate representation of color #67BCAB: hue angle of 168º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCAB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB103188171-
CMYK0.4500.090.26
HSL168º38.81%57.06%-
HSV(B)168º45.21%73.73%-
XYZ30.9341.7944.96-
YUV160.65133.8486.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.29%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=22.29%
G=40.69%
B=37.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031881710.4500.090.2616838.8157.06
Hex67BCAB2D091Aa82739
Octal14727425355011322504771
Binary11001111011110010101011101101010011101010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BCAB; }

 p { color: rgb(103,188,171); }

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

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

 a { background-color: rgb(103,188,171); }

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

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

 span { border-color: rgb(103,188,171); }

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