#67BBAD

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

Shades of Tradewind #67BBAD

Tints of Tradewind #67BBAD

Color information

#67BBAD (or 0x67BBAD) is unknown color: approx Tradewind. HEX triplet: 67, BB and AD. RGB value is (103,187,173). Sum of RGB (Red+Green+Blue) = 103+187+173=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBAD is #984452. Grayscale: #A0A0A0. Windows color (decimal): -9978963 or 11385703. OLE color: 11385703.

HSL color Cylindrical-coordinate representation of color #67BBAD: hue angle of 170º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BBAD is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB103187173-
CMYK0.4500.070.27
HSL170º38.18%56.86%-
HSV(B)170º44.92%73.33%-
XYZ30.9141.4445.91-
YUV160.29135.1787.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.25%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=22.25%
G=40.39%
B=37.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031871730.4500.070.2717038.1856.86
Hex67BBAD2D071Baa2639
Octal1472732555507332524671
Binary1100111101110111010110110110101111101110101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,187,173); }

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

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

 a { background-color: rgb(103,187,173); }

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

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

 span { border-color: rgb(103,187,173); }

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