#67AC9D

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

Shades of Tradewind #67AC9D

Tints of Tradewind #67AC9D

Color information

#67AC9D (or 0x67AC9D) is unknown color: approx Tradewind. HEX triplet: 67, AC and 9D. RGB value is (103,172,157). Sum of RGB (Red+Green+Blue) = 103+172+157=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC9D is #985362. Grayscale: #959595. Windows color (decimal): -9982819 or 10333287. OLE color: 10333287.

HSL color Cylindrical-coordinate representation of color #67AC9D: hue angle of 166.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC9D is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB103172157-
CMYK0.4000.090.33
HSL166.96º29.36%53.92%-
HSV(B)166.96º40.12%67.45%-
XYZ26.4334.8237.23-
YUV149.66132.1494.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.84%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=23.84%
G=39.81%
B=36.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721570.4000.090.33166.9629.3653.92
Hex67AC9D280921a71d36
Octal14725423550011412473566
Binary11001111010110010011101101000010011000011010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,172,157); }

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

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

 a { background-color: rgb(103,172,157); }

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

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

 span { border-color: rgb(103,172,157); }

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