#67B7A7

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

Shades of Tradewind #67B7A7

Tints of Tradewind #67B7A7

Color information

#67B7A7 (or 0x67B7A7) is unknown color: approx Tradewind. HEX triplet: 67, B7 and A7. RGB value is (103,183,167). Sum of RGB (Red+Green+Blue) = 103+183+167=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #67B7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67B7A7 is #984858. Grayscale: #9D9D9D. Windows color (decimal): -9979993 or 10991463. OLE color: 10991463.

HSL color Cylindrical-coordinate representation of color #67B7A7: hue angle of 168º 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 #67B7A7 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB103183167-
CMYK0.4400.090.28
HSL168º35.71%56.08%-
HSV(B)168º43.72%71.76%-
XYZ29.539.5442.64-
YUV157.26133.589.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.74%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 167 (65.62% from 255) = 36.87%
R=22.74%
G=40.40%
B=36.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1031831670.4400.090.2816835.7156.08
Hex67B7A72C091Ca82438
Octal14726724754011342504470
Binary11001111011011110100111101100010011110010101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,183,167); }

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

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

 a { background-color: rgb(103,183,167); }

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

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

 span { border-color: rgb(103,183,167); }

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