#67ABA5

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

Shades of Tradewind #67ABA5

Tints of Tradewind #67ABA5

Color information

#67ABA5 (or 0x67ABA5) is unknown color: approx Tradewind. HEX triplet: 67, AB and A5. RGB value is (103,171,165). Sum of RGB (Red+Green+Blue) = 103+171+165=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #67ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABA5 is #98545A. Grayscale: #959595. Windows color (decimal): -9983067 or 10857319. OLE color: 10857319.

HSL color Cylindrical-coordinate representation of color #67ABA5: hue angle of 174.71º 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 #67ABA5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB103171165-
CMYK0.4000.040.33
HSL174.71º28.81%53.73%-
HSV(B)174.71º39.77%67.06%-
XYZ26.9534.7340.88-
YUV149.98136.4794.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.46%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=23.46%
G=38.95%
B=37.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031711650.4000.040.33174.7128.8153.73
Hex67ABA5280421af1d36
Octal1472532455004412573566
Binary1100111101010111010010110100001001000011010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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