#67AFAB

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

Shades of Tradewind #67AFAB

Tints of Tradewind #67AFAB

Color information

#67AFAB (or 0x67AFAB) is unknown color: approx Tradewind. HEX triplet: 67, AF and AB. RGB value is (103,175,171). Sum of RGB (Red+Green+Blue) = 103+175+171=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #67AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AFAB is #985054. Grayscale: #989898. Windows color (decimal): -9982037 or 11251559. OLE color: 11251559.

HSL color Cylindrical-coordinate representation of color #67AFAB: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AFAB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB103175171-
CMYK0.4100.020.31
HSL176.67º31.03%54.51%-
HSV(B)176.67º41.14%68.63%-
XYZ28.2736.4844.08-
YUV153.02138.1592.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.94%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=22.94%
G=38.98%
B=38.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031751710.4100.020.31176.6731.0354.51
Hex67AFAB29021Fb11f37
Octal1472572535102372613767
Binary11001111010111110101011101001010111111011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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