#67B8AD

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

Shades of Tradewind #67B8AD

Tints of Tradewind #67B8AD

Color information

#67B8AD (or 0x67B8AD) is unknown color: approx Tradewind. HEX triplet: 67, B8 and AD. RGB value is (103,184,173). Sum of RGB (Red+Green+Blue) = 103+184+173=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #67B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67B8AD is #984752. Grayscale: #9E9E9E. Windows color (decimal): -9979731 or 11384935. OLE color: 11384935.

HSL color Cylindrical-coordinate representation of color #67B8AD: hue angle of 171.85º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67B8AD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB103184173-
CMYK0.4400.060.28
HSL171.85º36.32%56.27%-
HSV(B)171.85º44.02%72.16%-
XYZ30.2840.1845.7-
YUV158.53136.1688.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.39%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=22.39%
G=40%
B=37.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1031841730.4400.060.28171.8536.3256.27
Hex67B8AD2C061Cac2438
Octal1472702555406342544470
Binary1100111101110001010110110110001101110010101100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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